Shades of Light Sea Green #0CAAAB
Tints of Light Sea Green #0CAAAB
RGB
CMYK
RGB Variations
Color information
#0CAAAB (or 0x0CAAAB) is known color: Light Sea Green. HEX triplet: 0C, AA and AB. RGB value is (12,170,171). Sum of RGB (Red+Green+Blue) = 12+170+171=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #0CAAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAAAB is #F35554. Grayscale: #7A7A7A. Windows color (decimal): -15947093 or 11250188. OLE color: 11250188.
HSL color Cylindrical-coordinate representation of color #0CAAAB: hue angle of 180.38º 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 #0CAAAB is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 171 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.33 |
| HSL | 180.38º | 0.87% | 0.36% | - |
| HSV(B) | 180.38º | 0.93% | 0.67% | - |
| XYZ | 21.88 | 31.77 | 43.51 | - |
| YUV | 122.87 | 155.15 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 171 | 0.93 | 0.01 | 0 | 0.33 | 180.38 | 0.87 | 0.36 |
| Hex | C | AA | AB | 5D | 1 | 0 | 21 | B4 | 57 | 24 |
| Octal | 14 | 252 | 253 | 135 | 1 | 0 | 41 | 264 | 127 | 44 |
| Binary | 1100 | 10101010 | 10101011 | 1011101 | 1 | 0 | 100001 | 10110100 | 1010111 | 100100 |
Color Harmonies of #0CAAAB
Complementary color
Monochromatic Colors of #0CAAAB
Black with #0CAAAB
Text Example
Text Example
White with #0CAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAAAB; }
p { color: rgb(12,170,171); }
H1.HeaderClassName
{
color: #0CAAAB;
}
.AnyTagClassName
{
color: #0CAAAB;
}
</style>
background-color css
<style>
a { background-color: #0CAAAB; }
a { background-color: rgb(12,170,171); }
div.DivClassName
{
background-color: #0CAAAB;
}
.BgClassName
{
background-color: #0CAAAB;
}
</style>
border-color css
<style>
span { border-color: #0CAAAB; }
span { border-color: rgb(12,170,171); }
td.TdClassName
{
border-color: #0CAAAB;
}
.TagClassName
{
border-color: #0CAAAB;
}
</style>