Shades of Light Sea Green #0CAFAB
Tints of Light Sea Green #0CAFAB
RGB
CMYK
RGB Variations
Color information
#0CAFAB (or 0x0CAFAB) is known color: Light Sea Green. HEX triplet: 0C, AF and AB. RGB value is (12,175,171). Sum of RGB (Red+Green+Blue) = 12+175+171=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAFAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAFAB is #F35054. Grayscale: #7D7D7D. Windows color (decimal): -15945813 or 11251468. OLE color: 11251468.
HSL color Cylindrical-coordinate representation of color #0CAFAB: hue angle of 178.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAFAB is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 171 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.31 |
| HSL | 178.53º | 0.87% | 0.37% | - |
| HSV(B) | 178.53º | 0.93% | 0.69% | - |
| XYZ | 22.83 | 33.68 | 43.83 | - |
| YUV | 125.81 | 153.5 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 171 | 0.93 | 0 | 0.02 | 0.31 | 178.53 | 0.87 | 0.37 |
| Hex | C | AF | AB | 5D | 0 | 2 | 1F | B3 | 57 | 25 |
| Octal | 14 | 257 | 253 | 135 | 0 | 2 | 37 | 263 | 127 | 45 |
| Binary | 1100 | 10101111 | 10101011 | 1011101 | 0 | 10 | 11111 | 10110011 | 1010111 | 100101 |
Color Harmonies of #0CAFAB
Complementary color
Monochromatic Colors of #0CAFAB
Black with #0CAFAB
Text Example
Text Example
White with #0CAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFAB; }
p { color: rgb(12,175,171); }
H1.HeaderClassName
{
color: #0CAFAB;
}
.AnyTagClassName
{
color: #0CAFAB;
}
</style>
background-color css
<style>
a { background-color: #0CAFAB; }
a { background-color: rgb(12,175,171); }
div.DivClassName
{
background-color: #0CAFAB;
}
.BgClassName
{
background-color: #0CAFAB;
}
</style>
border-color css
<style>
span { border-color: #0CAFAB; }
span { border-color: rgb(12,175,171); }
td.TdClassName
{
border-color: #0CAFAB;
}
.TagClassName
{
border-color: #0CAFAB;
}
</style>