#2BACAC

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

Shades of Light Sea Green #2BACAC

Tints of Light Sea Green #2BACAC

Color information

#2BACAC (or 0x2BACAC) is unknown color: approx Light Sea Green. HEX triplet: 2B, AC and AC. RGB value is (43,172,172). Sum of RGB (Red+Green+Blue) = 43+172+172=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #2BACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BACAC is #D45353. Grayscale: #858585. Windows color (decimal): -13914964 or 11316267. OLE color: 11316267.

HSL color Cylindrical-coordinate representation of color #2BACAC: hue angle of 180º 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 #2BACAC is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB43172172-
CMYK0.75000.33
HSL180º60%42.16%-
HSV(B)180º75%67.45%-
XYZ23.23344.18-
YUV133.43149.7663.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.11%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=11.11%
G=44.44%
B=44.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431721720.75000.331806042.16
Hex2BACAC4B0021b43c2a
Octal5325425411300412647452
Binary101011101011001010110010010110010000110110100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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