Shades of Light Sea Green #2CC9B2
Tints of Light Sea Green #2CC9B2
RGB
CMYK
RGB Variations
Color information
#2CC9B2 (or 0x2CC9B2) is known color: Light Sea Green. HEX triplet: 2C, C9 and B2. RGB value is (44,201,178). Sum of RGB (Red+Green+Blue) = 44+201+178=423 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.40% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC9B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC9B2 is #D3364D. Grayscale: #979797. Windows color (decimal): -13841998 or 11716908. OLE color: 11716908.
HSL color Cylindrical-coordinate representation of color #2CC9B2: hue angle of 171.21º 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 #2CC9B2 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 178 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.21 |
| HSL | 171.21º | 0.64% | 0.48% | - |
| HSV(B) | 171.21º | 0.78% | 0.79% | - |
| XYZ | 29.96 | 45.52 | 49.33 | - |
| YUV | 151.44 | 142.99 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 178 | 0.78 | 0 | 0.11 | 0.21 | 171.21 | 0.64 | 0.48 |
| Hex | 2C | C9 | B2 | 4E | 0 | B | 15 | AB | 40 | 30 |
| Octal | 54 | 311 | 262 | 116 | 0 | 13 | 25 | 253 | 100 | 60 |
| Binary | 101100 | 11001001 | 10110010 | 1001110 | 0 | 1011 | 10101 | 10101011 | 1000000 | 110000 |
Color Harmonies of #2CC9B2
Complementary color
Monochromatic Colors of #2CC9B2
Black with #2CC9B2
Text Example
Text Example
White with #2CC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC9B2; }
p { color: rgb(44,201,178); }
H1.HeaderClassName
{
color: #2CC9B2;
}
.AnyTagClassName
{
color: #2CC9B2;
}
</style>
background-color css
<style>
a { background-color: #2CC9B2; }
a { background-color: rgb(44,201,178); }
div.DivClassName
{
background-color: #2CC9B2;
}
.BgClassName
{
background-color: #2CC9B2;
}
</style>
border-color css
<style>
span { border-color: #2CC9B2; }
span { border-color: rgb(44,201,178); }
td.TdClassName
{
border-color: #2CC9B2;
}
.TagClassName
{
border-color: #2CC9B2;
}
</style>