Shades of Light Sea Green #0CA7AC
Tints of Light Sea Green #0CA7AC
RGB
CMYK
RGB Variations
Color information
#0CA7AC (or 0x0CA7AC) is known color: Light Sea Green. HEX triplet: 0C, A7 and AC. RGB value is (12,167,172). Sum of RGB (Red+Green+Blue) = 12+167+172=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #0CA7AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA7AC is #F35853. Grayscale: #797979. Windows color (decimal): -15947860 or 11314956. OLE color: 11314956.
HSL color Cylindrical-coordinate representation of color #0CA7AC: hue angle of 181.88º 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 #0CA7AC is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 167 | 172 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.33 |
| HSL | 181.88º | 0.87% | 0.36% | - |
| HSV(B) | 181.88º | 0.93% | 0.67% | - |
| XYZ | 21.42 | 30.69 | 43.83 | - |
| YUV | 121.23 | 156.65 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 167 | 172 | 0.93 | 0.03 | 0 | 0.33 | 181.88 | 0.87 | 0.36 |
| Hex | C | A7 | AC | 5D | 3 | 0 | 21 | B6 | 57 | 24 |
| Octal | 14 | 247 | 254 | 135 | 3 | 0 | 41 | 266 | 127 | 44 |
| Binary | 1100 | 10100111 | 10101100 | 1011101 | 11 | 0 | 100001 | 10110110 | 1010111 | 100100 |
Color Harmonies of #0CA7AC
Complementary color
Monochromatic Colors of #0CA7AC
Black with #0CA7AC
Text Example
Text Example
White with #0CA7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA7AC; }
p { color: rgb(12,167,172); }
H1.HeaderClassName
{
color: #0CA7AC;
}
.AnyTagClassName
{
color: #0CA7AC;
}
</style>
background-color css
<style>
a { background-color: #0CA7AC; }
a { background-color: rgb(12,167,172); }
div.DivClassName
{
background-color: #0CA7AC;
}
.BgClassName
{
background-color: #0CA7AC;
}
</style>
border-color css
<style>
span { border-color: #0CA7AC; }
span { border-color: rgb(12,167,172); }
td.TdClassName
{
border-color: #0CA7AC;
}
.TagClassName
{
border-color: #0CA7AC;
}
</style>