Shades of Light Sea Green #2CACA9
Tints of Light Sea Green #2CACA9
RGB
CMYK
RGB Variations
Color information
#2CACA9 (or 0x2CACA9) is known color: Light Sea Green. HEX triplet: 2C, AC and A9. RGB value is (44,172,169). Sum of RGB (Red+Green+Blue) = 44+172+169=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #2CACA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CACA9 is #D35356. Grayscale: #858585. Windows color (decimal): -13849431 or 11119660. OLE color: 11119660.
HSL color Cylindrical-coordinate representation of color #2CACA9: hue angle of 178.59º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CACA9 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 169 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.33 |
| HSL | 178.59º | 0.59% | 0.42% | - |
| HSV(B) | 178.59º | 0.74% | 0.67% | - |
| XYZ | 22.95 | 32.91 | 42.68 | - |
| YUV | 133.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 169 | 0.74 | 0 | 0.02 | 0.33 | 178.59 | 0.59 | 0.42 |
| Hex | 2C | AC | A9 | 4A | 0 | 2 | 21 | B3 | 3B | 2A |
| Octal | 54 | 254 | 251 | 112 | 0 | 2 | 41 | 263 | 73 | 52 |
| Binary | 101100 | 10101100 | 10101001 | 1001010 | 0 | 10 | 100001 | 10110011 | 111011 | 101010 |
Color Harmonies of #2CACA9
Complementary color
Monochromatic Colors of #2CACA9
Black with #2CACA9
Text Example
Text Example
White with #2CACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACA9; }
p { color: rgb(44,172,169); }
H1.HeaderClassName
{
color: #2CACA9;
}
.AnyTagClassName
{
color: #2CACA9;
}
</style>
background-color css
<style>
a { background-color: #2CACA9; }
a { background-color: rgb(44,172,169); }
div.DivClassName
{
background-color: #2CACA9;
}
.BgClassName
{
background-color: #2CACA9;
}
</style>
border-color css
<style>
span { border-color: #2CACA9; }
span { border-color: rgb(44,172,169); }
td.TdClassName
{
border-color: #2CACA9;
}
.TagClassName
{
border-color: #2CACA9;
}
</style>