#2CC9B9

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

Shades of Light Sea Green #2CC9B9

Tints of Light Sea Green #2CC9B9

Color information

#2CC9B9 (or 0x2CC9B9) is unknown color: approx Light Sea Green. HEX triplet: 2C, C9 and B9. RGB value is (44,201,185). Sum of RGB (Red+Green+Blue) = 44+201+185=430 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.23% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC9B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC9B9 is #D33646. Grayscale: #989898. Windows color (decimal): -13841991 or 12175660. OLE color: 12175660.

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

Color convert

RGB44201185-
CMYK0.7800.080.21
HSL173.89º64.08%48.04%-
HSV(B)173.89º78.11%78.82%-
XYZ30.6845.8153.12-
YUV152.23146.4950.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.23%
GREEN value IS 201 (78.91% from 255) = 46.74%
BLUE value IS 185 (72.66% from 255) = 43.02%
R=10.23%
G=46.74%
B=43.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal442011850.7800.080.21173.8964.0848.04
Hex2CC9B94E0815ae4030
Octal543112711160102525610060
Binary101100110010011011100110011100100010101101011101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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