#2BCABA

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

Shades of Light Sea Green #2BCABA

Tints of Light Sea Green #2BCABA

Color information

#2BCABA (or 0x2BCABA) is unknown color: approx Light Sea Green. HEX triplet: 2B, CA and BA. RGB value is (43,202,186). Sum of RGB (Red+Green+Blue) = 43+202+186=431 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.98% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCABA is #D43545. Grayscale: #989898. Windows color (decimal): -13907270 or 12241451. OLE color: 12241451.

HSL color Cylindrical-coordinate representation of color #2BCABA: hue angle of 173.96º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCABA is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB43202186-
CMYK0.7900.080.21
HSL173.96º64.9%48.04%-
HSV(B)173.96º78.71%79.22%-
XYZ30.9846.353.76-
YUV152.64146.8249.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.98%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=9.98%
G=46.87%
B=43.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432021860.7900.080.21173.9664.948.04
Hex2BCABA4F0815ae4130
Octal533122721170102525610160
Binary101011110010101011101010011110100010101101011101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,202,186); }

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

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

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

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

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

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

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