#2BCAB2

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

Shades of Light Sea Green #2BCAB2

Tints of Light Sea Green #2BCAB2

Color information

#2BCAB2 (or 0x2BCAB2) is unknown color: approx Light Sea Green. HEX triplet: 2B, CA and B2. RGB value is (43,202,178). Sum of RGB (Red+Green+Blue) = 43+202+178=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BCAB2 is #D4354D. Grayscale: #979797. Windows color (decimal): -13907278 or 11717163. OLE color: 11717163.

HSL color Cylindrical-coordinate representation of color #2BCAB2: hue angle of 170.94º 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 #2BCAB2 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB43202178-
CMYK0.7900.120.21
HSL170.94º64.9%48.04%-
HSV(B)170.94º78.71%79.22%-
XYZ30.1545.9749.4-
YUV151.72142.8250.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.17%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=10.17%
G=47.75%
B=42.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432021780.7900.120.21170.9464.948.04
Hex2BCAB24F0C15ab4130
Octal533122621170142525310160
Binary101011110010101011001010011110110010101101010111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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