#2BACAA

Color #2BACAA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2BACAA

Tints of Light Sea Green #2BACAA

Color information

#2BACAA (or 0x2BACAA) is unknown color: approx Light Sea Green. HEX triplet: 2B, AC and AA. RGB value is (43,172,170). Sum of RGB (Red+Green+Blue) = 43+172+170=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #2BACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BACAA is #D45355. Grayscale: #858585. Windows color (decimal): -13914966 or 11185195. OLE color: 11185195.

HSL color Cylindrical-coordinate representation of color #2BACAA: hue angle of 179.07º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BACAA is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB43172170-
CMYK0.7500.010.33
HSL179.07º60%42.16%-
HSV(B)179.07º75%67.45%-
XYZ2332.9243.17-
YUV133.2148.7663.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 11.17%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=11.17%
G=44.68%
B=44.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431721700.7500.010.33179.076042.16
Hex2BACAA4B0121b33c2a
Octal5325425211301412637452
Binary101011101011001010101010010110110000110110011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BACAA; }

 p { color: rgb(43,172,170); }

 H1.HeaderClassName
 {
   color: #2BACAA;
 }
 .AnyTagClassName
 {
   color: #2BACAA;
 }
</style>
background-color css

<style>
 a { background-color: #2BACAA; }

 a { background-color: rgb(43,172,170); }

 div.DivClassName
 {
   background-color: #2BACAA;
 }
 .BgClassName
 {
   background-color: #2BACAA;
 }
</style>
border-color css

<style>
 span { border-color: #2BACAA; }

 span { border-color: rgb(43,172,170); }

 td.TdClassName
 {
   border-color: #2BACAA;
 }
 .TagClassName
 {
   border-color: #2BACAA;
 }
</style>