Shades of Light Sea Green #0CABA9
Tints of Light Sea Green #0CABA9
RGB
CMYK
RGB Variations
Color information
#0CABA9 (or 0x0CABA9) is known color: Light Sea Green. HEX triplet: 0C, AB and A9. RGB value is (12,171,169). Sum of RGB (Red+Green+Blue) = 12+171+169=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #0CABA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABA9 is #F35456. Grayscale: #7B7B7B. Windows color (decimal): -15946839 or 11119372. OLE color: 11119372.
HSL color Cylindrical-coordinate representation of color #0CABA9: hue angle of 179.25º 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 #0CABA9 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 169 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.33 |
| HSL | 179.25º | 0.87% | 0.36% | - |
| HSV(B) | 179.25º | 0.93% | 0.67% | - |
| XYZ | 21.88 | 32.07 | 42.57 | - |
| YUV | 123.23 | 153.82 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 169 | 0.93 | 0 | 0.01 | 0.33 | 179.25 | 0.87 | 0.36 |
| Hex | C | AB | A9 | 5D | 0 | 1 | 21 | B3 | 57 | 24 |
| Octal | 14 | 253 | 251 | 135 | 0 | 1 | 41 | 263 | 127 | 44 |
| Binary | 1100 | 10101011 | 10101001 | 1011101 | 0 | 1 | 100001 | 10110011 | 1010111 | 100100 |
Color Harmonies of #0CABA9
Complementary color
Monochromatic Colors of #0CABA9
Black with #0CABA9
Text Example
Text Example
White with #0CABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CABA9; }
p { color: rgb(12,171,169); }
H1.HeaderClassName
{
color: #0CABA9;
}
.AnyTagClassName
{
color: #0CABA9;
}
</style>
background-color css
<style>
a { background-color: #0CABA9; }
a { background-color: rgb(12,171,169); }
div.DivClassName
{
background-color: #0CABA9;
}
.BgClassName
{
background-color: #0CABA9;
}
</style>
border-color css
<style>
span { border-color: #0CABA9; }
span { border-color: rgb(12,171,169); }
td.TdClassName
{
border-color: #0CABA9;
}
.TagClassName
{
border-color: #0CABA9;
}
</style>