Shades of Light Sea Green #0CA8AD
Tints of Light Sea Green #0CA8AD
RGB
CMYK
RGB Variations
Color information
#0CA8AD (or 0x0CA8AD) is known color: Light Sea Green. HEX triplet: 0C, A8 and AD. RGB value is (12,168,173). Sum of RGB (Red+Green+Blue) = 12+168+173=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #0CA8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA8AD is #F35752. Grayscale: #797979. Windows color (decimal): -15947603 or 11380748. OLE color: 11380748.
HSL color Cylindrical-coordinate representation of color #0CA8AD: hue angle of 181.86º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA8AD is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 168 | 173 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.32 |
| HSL | 181.86º | 0.87% | 0.36% | - |
| HSV(B) | 181.86º | 0.93% | 0.68% | - |
| XYZ | 21.7 | 31.1 | 44.39 | - |
| YUV | 121.93 | 156.82 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 173 | 0.93 | 0.03 | 0 | 0.32 | 181.86 | 0.87 | 0.36 |
| Hex | C | A8 | AD | 5D | 3 | 0 | 20 | B6 | 57 | 24 |
| Octal | 14 | 250 | 255 | 135 | 3 | 0 | 40 | 266 | 127 | 44 |
| Binary | 1100 | 10101000 | 10101101 | 1011101 | 11 | 0 | 100000 | 10110110 | 1010111 | 100100 |
Color Harmonies of #0CA8AD
Complementary color
Monochromatic Colors of #0CA8AD
Black with #0CA8AD
Text Example
Text Example
White with #0CA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA8AD; }
p { color: rgb(12,168,173); }
H1.HeaderClassName
{
color: #0CA8AD;
}
.AnyTagClassName
{
color: #0CA8AD;
}
</style>
background-color css
<style>
a { background-color: #0CA8AD; }
a { background-color: rgb(12,168,173); }
div.DivClassName
{
background-color: #0CA8AD;
}
.BgClassName
{
background-color: #0CA8AD;
}
</style>
border-color css
<style>
span { border-color: #0CA8AD; }
span { border-color: rgb(12,168,173); }
td.TdClassName
{
border-color: #0CA8AD;
}
.TagClassName
{
border-color: #0CA8AD;
}
</style>