Shades of Light Sea Green #2CBCAA
Tints of Light Sea Green #2CBCAA
RGB
CMYK
RGB Variations
Color information
#2CBCAA (or 0x2CBCAA) is known color: Light Sea Green. HEX triplet: 2C, BC and AA. RGB value is (44,188,170). Sum of RGB (Red+Green+Blue) = 44+188+170=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBCAA is #D34355. Grayscale: #8E8E8E. Windows color (decimal): -13845334 or 11189292. OLE color: 11189292.
HSL color Cylindrical-coordinate representation of color #2CBCAA: hue angle of 172.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBCAA is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 170 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.26 |
| HSL | 172.5º | 0.62% | 0.45% | - |
| HSV(B) | 172.5º | 0.77% | 0.74% | - |
| XYZ | 26.28 | 39.4 | 44.25 | - |
| YUV | 142.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 170 | 0.77 | 0 | 0.10 | 0.26 | 172.5 | 0.62 | 0.45 |
| Hex | 2C | BC | AA | 4D | 0 | A | 1A | AC | 3E | 2D |
| Octal | 54 | 274 | 252 | 115 | 0 | 12 | 32 | 254 | 76 | 55 |
| Binary | 101100 | 10111100 | 10101010 | 1001101 | 0 | 1010 | 11010 | 10101100 | 111110 | 101101 |
Color Harmonies of #2CBCAA
Complementary color
Monochromatic Colors of #2CBCAA
Black with #2CBCAA
Text Example
Text Example
White with #2CBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCAA; }
p { color: rgb(44,188,170); }
H1.HeaderClassName
{
color: #2CBCAA;
}
.AnyTagClassName
{
color: #2CBCAA;
}
</style>
background-color css
<style>
a { background-color: #2CBCAA; }
a { background-color: rgb(44,188,170); }
div.DivClassName
{
background-color: #2CBCAA;
}
.BgClassName
{
background-color: #2CBCAA;
}
</style>
border-color css
<style>
span { border-color: #2CBCAA; }
span { border-color: rgb(44,188,170); }
td.TdClassName
{
border-color: #2CBCAA;
}
.TagClassName
{
border-color: #2CBCAA;
}
</style>