Shades of Light Sea Green #0CA8AE
Tints of Light Sea Green #0CA8AE
RGB
CMYK
RGB Variations
Color information
#0CA8AE (or 0x0CA8AE) is known color: Light Sea Green. HEX triplet: 0C, A8 and AE. RGB value is (12,168,174). Sum of RGB (Red+Green+Blue) = 12+168+174=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #0CA8AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA8AE is #F35751. Grayscale: #797979. Windows color (decimal): -15947602 or 11446284. OLE color: 11446284.
HSL color Cylindrical-coordinate representation of color #0CA8AE: hue angle of 182.22º 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 #0CA8AE is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 168 | 174 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.32 |
| HSL | 182.22º | 0.87% | 0.36% | - |
| HSV(B) | 182.22º | 0.93% | 0.68% | - |
| XYZ | 21.79 | 31.14 | 44.91 | - |
| YUV | 122.04 | 157.32 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 174 | 0.93 | 0.03 | 0 | 0.32 | 182.22 | 0.87 | 0.36 |
| Hex | C | A8 | AE | 5D | 3 | 0 | 20 | B6 | 57 | 24 |
| Octal | 14 | 250 | 256 | 135 | 3 | 0 | 40 | 266 | 127 | 44 |
| Binary | 1100 | 10101000 | 10101110 | 1011101 | 11 | 0 | 100000 | 10110110 | 1010111 | 100100 |
Color Harmonies of #0CA8AE
Complementary color
Monochromatic Colors of #0CA8AE
Black with #0CA8AE
Text Example
Text Example
White with #0CA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA8AE; }
p { color: rgb(12,168,174); }
H1.HeaderClassName
{
color: #0CA8AE;
}
.AnyTagClassName
{
color: #0CA8AE;
}
</style>
background-color css
<style>
a { background-color: #0CA8AE; }
a { background-color: rgb(12,168,174); }
div.DivClassName
{
background-color: #0CA8AE;
}
.BgClassName
{
background-color: #0CA8AE;
}
</style>
border-color css
<style>
span { border-color: #0CA8AE; }
span { border-color: rgb(12,168,174); }
td.TdClassName
{
border-color: #0CA8AE;
}
.TagClassName
{
border-color: #0CA8AE;
}
</style>