#2BC9B4

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

Shades of Light Sea Green #2BC9B4

Tints of Light Sea Green #2BC9B4

Color information

#2BC9B4 (or 0x2BC9B4) is unknown color: approx Light Sea Green. HEX triplet: 2B, C9 and B4. RGB value is (43,201,180). Sum of RGB (Red+Green+Blue) = 43+201+180=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC9B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC9B4 is #D4364B. Grayscale: #979797. Windows color (decimal): -13907532 or 11847979. OLE color: 11847979.

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

Color convert

RGB43201180-
CMYK0.7900.100.21
HSL172.03º64.75%47.84%-
HSV(B)172.03º78.61%78.82%-
XYZ30.1245.5850.39-
YUV151.36144.1550.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.14%
GREEN value IS 201 (78.91% from 255) = 47.41%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=10.14%
G=47.41%
B=42.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432011800.7900.100.21172.0364.7547.84
Hex2BC9B44F0A15ac4130
Octal533112641170122525410160
Binary101011110010011011010010011110101010101101011001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,201,180); }

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

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

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

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

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

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

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