Shades of Light Sea Green #0CAAAD
Tints of Light Sea Green #0CAAAD
RGB
CMYK
RGB Variations
Color information
#0CAAAD (or 0x0CAAAD) is known color: Light Sea Green. HEX triplet: 0C, AA and AD. RGB value is (12,170,173). Sum of RGB (Red+Green+Blue) = 12+170+173=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #0CAAAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAAAD is #F35552. Grayscale: #7A7A7A. Windows color (decimal): -15947091 or 11381260. OLE color: 11381260.
HSL color Cylindrical-coordinate representation of color #0CAAAD: hue angle of 181.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAAAD is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 170 | 173 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.32 |
| HSL | 181.12º | 0.87% | 0.36% | - |
| HSV(B) | 181.12º | 0.93% | 0.68% | - |
| XYZ | 22.07 | 31.84 | 44.52 | - |
| YUV | 123.1 | 156.15 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 173 | 0.93 | 0.02 | 0 | 0.32 | 181.12 | 0.87 | 0.36 |
| Hex | C | AA | AD | 5D | 2 | 0 | 20 | B5 | 57 | 24 |
| Octal | 14 | 252 | 255 | 135 | 2 | 0 | 40 | 265 | 127 | 44 |
| Binary | 1100 | 10101010 | 10101101 | 1011101 | 10 | 0 | 100000 | 10110101 | 1010111 | 100100 |
Color Harmonies of #0CAAAD
Complementary color
Monochromatic Colors of #0CAAAD
Black with #0CAAAD
Text Example
Text Example
White with #0CAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAAAD; }
p { color: rgb(12,170,173); }
H1.HeaderClassName
{
color: #0CAAAD;
}
.AnyTagClassName
{
color: #0CAAAD;
}
</style>
background-color css
<style>
a { background-color: #0CAAAD; }
a { background-color: rgb(12,170,173); }
div.DivClassName
{
background-color: #0CAAAD;
}
.BgClassName
{
background-color: #0CAAAD;
}
</style>
border-color css
<style>
span { border-color: #0CAAAD; }
span { border-color: rgb(12,170,173); }
td.TdClassName
{
border-color: #0CAAAD;
}
.TagClassName
{
border-color: #0CAAAD;
}
</style>