Shades of Light Sea Green #0CA9AF
Tints of Light Sea Green #0CA9AF
RGB
CMYK
RGB Variations
Color information
#0CA9AF (or 0x0CA9AF) is known color: Light Sea Green. HEX triplet: 0C, A9 and AF. RGB value is (12,169,175). Sum of RGB (Red+Green+Blue) = 12+169+175=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #0CA9AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA9AF is #F35650. Grayscale: #7A7A7A. Windows color (decimal): -15947345 or 11512076. OLE color: 11512076.
HSL color Cylindrical-coordinate representation of color #0CA9AF: hue angle of 182.21º 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 #0CA9AF is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 169 | 175 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.31 |
| HSL | 182.21º | 0.87% | 0.37% | - |
| HSV(B) | 182.21º | 0.93% | 0.69% | - |
| XYZ | 22.08 | 31.55 | 45.48 | - |
| YUV | 122.74 | 157.49 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 175 | 0.93 | 0.03 | 0 | 0.31 | 182.21 | 0.87 | 0.37 |
| Hex | C | A9 | AF | 5D | 3 | 0 | 1F | B6 | 57 | 25 |
| Octal | 14 | 251 | 257 | 135 | 3 | 0 | 37 | 266 | 127 | 45 |
| Binary | 1100 | 10101001 | 10101111 | 1011101 | 11 | 0 | 11111 | 10110110 | 1010111 | 100101 |
Color Harmonies of #0CA9AF
Complementary color
Monochromatic Colors of #0CA9AF
Black with #0CA9AF
Text Example
Text Example
White with #0CA9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA9AF; }
p { color: rgb(12,169,175); }
H1.HeaderClassName
{
color: #0CA9AF;
}
.AnyTagClassName
{
color: #0CA9AF;
}
</style>
background-color css
<style>
a { background-color: #0CA9AF; }
a { background-color: rgb(12,169,175); }
div.DivClassName
{
background-color: #0CA9AF;
}
.BgClassName
{
background-color: #0CA9AF;
}
</style>
border-color css
<style>
span { border-color: #0CA9AF; }
span { border-color: rgb(12,169,175); }
td.TdClassName
{
border-color: #0CA9AF;
}
.TagClassName
{
border-color: #0CA9AF;
}
</style>