Shades of Light Sea Green #0CAAAC
Tints of Light Sea Green #0CAAAC
RGB
CMYK
RGB Variations
Color information
#0CAAAC (or 0x0CAAAC) is known color: Light Sea Green. HEX triplet: 0C, AA and AC. RGB value is (12,170,172). Sum of RGB (Red+Green+Blue) = 12+170+172=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #0CAAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAAAC is #F35553. Grayscale: #7A7A7A. Windows color (decimal): -15947092 or 11315724. OLE color: 11315724.
HSL color Cylindrical-coordinate representation of color #0CAAAC: hue angle of 180.75º 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 #0CAAAC is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 172 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.33 |
| HSL | 180.75º | 0.87% | 0.36% | - |
| HSV(B) | 180.75º | 0.93% | 0.67% | - |
| XYZ | 21.97 | 31.81 | 44.01 | - |
| YUV | 122.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 172 | 0.93 | 0.01 | 0 | 0.33 | 180.75 | 0.87 | 0.36 |
| Hex | C | AA | AC | 5D | 1 | 0 | 21 | B5 | 57 | 24 |
| Octal | 14 | 252 | 254 | 135 | 1 | 0 | 41 | 265 | 127 | 44 |
| Binary | 1100 | 10101010 | 10101100 | 1011101 | 1 | 0 | 100001 | 10110101 | 1010111 | 100100 |
Color Harmonies of #0CAAAC
Complementary color
Monochromatic Colors of #0CAAAC
Black with #0CAAAC
Text Example
Text Example
White with #0CAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAAAC; }
p { color: rgb(12,170,172); }
H1.HeaderClassName
{
color: #0CAAAC;
}
.AnyTagClassName
{
color: #0CAAAC;
}
</style>
background-color css
<style>
a { background-color: #0CAAAC; }
a { background-color: rgb(12,170,172); }
div.DivClassName
{
background-color: #0CAAAC;
}
.BgClassName
{
background-color: #0CAAAC;
}
</style>
border-color css
<style>
span { border-color: #0CAAAC; }
span { border-color: rgb(12,170,172); }
td.TdClassName
{
border-color: #0CAAAC;
}
.TagClassName
{
border-color: #0CAAAC;
}
</style>