#2CC9B5

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

Shades of Light Sea Green #2CC9B5

Tints of Light Sea Green #2CC9B5

Color information

#2CC9B5 (or 0x2CC9B5) is unknown color: approx Light Sea Green. HEX triplet: 2C, C9 and B5. RGB value is (44,201,181). Sum of RGB (Red+Green+Blue) = 44+201+181=426 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.33% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC9B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC9B5 is #D3364A. Grayscale: #979797. Windows color (decimal): -13841995 or 11913516. OLE color: 11913516.

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

Color convert

RGB44201181-
CMYK0.7800.100.21
HSL172.36º64.08%48.04%-
HSV(B)172.36º78.11%78.82%-
XYZ30.2745.6450.93-
YUV151.78144.4951.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.33%
GREEN value IS 201 (78.91% from 255) = 47.18%
BLUE value IS 181 (71.09% from 255) = 42.49%
R=10.33%
G=47.18%
B=42.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal442011810.7800.100.21172.3664.0848.04
Hex2CC9B54E0A15ac4030
Octal543112651160122525410060
Binary101100110010011011010110011100101010101101011001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,201,181); }

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

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

 a { background-color: rgb(44,201,181); }

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

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

 span { border-color: rgb(44,201,181); }

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