Shades of Light Sea Green #0CACA8
Tints of Light Sea Green #0CACA8
RGB
CMYK
RGB Variations
Color information
#0CACA8 (or 0x0CACA8) is known color: Light Sea Green. HEX triplet: 0C, AC and A8. RGB value is (12,172,168). Sum of RGB (Red+Green+Blue) = 12+172+168=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #0CACA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CACA8 is #F35357. Grayscale: #7B7B7B. Windows color (decimal): -15946584 or 11054092. OLE color: 11054092.
HSL color Cylindrical-coordinate representation of color #0CACA8: hue angle of 178.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CACA8 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 168 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.33 |
| HSL | 178.5º | 0.87% | 0.36% | - |
| HSV(B) | 178.5º | 0.93% | 0.67% | - |
| XYZ | 21.97 | 32.41 | 42.14 | - |
| YUV | 123.7 | 152.99 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 168 | 0.93 | 0 | 0.02 | 0.33 | 178.5 | 0.87 | 0.36 |
| Hex | C | AC | A8 | 5D | 0 | 2 | 21 | B2 | 57 | 24 |
| Octal | 14 | 254 | 250 | 135 | 0 | 2 | 41 | 262 | 127 | 44 |
| Binary | 1100 | 10101100 | 10101000 | 1011101 | 0 | 10 | 100001 | 10110010 | 1010111 | 100100 |
Color Harmonies of #0CACA8
Complementary color
Monochromatic Colors of #0CACA8
Black with #0CACA8
Text Example
Text Example
White with #0CACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CACA8; }
p { color: rgb(12,172,168); }
H1.HeaderClassName
{
color: #0CACA8;
}
.AnyTagClassName
{
color: #0CACA8;
}
</style>
background-color css
<style>
a { background-color: #0CACA8; }
a { background-color: rgb(12,172,168); }
div.DivClassName
{
background-color: #0CACA8;
}
.BgClassName
{
background-color: #0CACA8;
}
</style>
border-color css
<style>
span { border-color: #0CACA8; }
span { border-color: rgb(12,172,168); }
td.TdClassName
{
border-color: #0CACA8;
}
.TagClassName
{
border-color: #0CACA8;
}
</style>