Shades of Light Sea Green #0CB9A6
Tints of Light Sea Green #0CB9A6
RGB
CMYK
RGB Variations
Color information
#0CB9A6 (or 0x0CB9A6) is known color: Light Sea Green. HEX triplet: 0C, B9 and A6. RGB value is (12,185,166). Sum of RGB (Red+Green+Blue) = 12+185+166=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB9A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB9A6 is #F34659. Grayscale: #838383. Windows color (decimal): -15943258 or 10926348. OLE color: 10926348.
HSL color Cylindrical-coordinate representation of color #0CB9A6: hue angle of 173.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB9A6 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 166 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.27 |
| HSL | 173.41º | 0.88% | 0.39% | - |
| HSV(B) | 173.41º | 0.94% | 0.73% | - |
| XYZ | 24.38 | 37.53 | 42.04 | - |
| YUV | 131.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 166 | 0.94 | 0 | 0.10 | 0.27 | 173.41 | 0.88 | 0.39 |
| Hex | C | B9 | A6 | 5E | 0 | A | 1B | AD | 58 | 27 |
| Octal | 14 | 271 | 246 | 136 | 0 | 12 | 33 | 255 | 130 | 47 |
| Binary | 1100 | 10111001 | 10100110 | 1011110 | 0 | 1010 | 11011 | 10101101 | 1011000 | 100111 |
Color Harmonies of #0CB9A6
Complementary color
Monochromatic Colors of #0CB9A6
Black with #0CB9A6
Text Example
Text Example
White with #0CB9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB9A6; }
p { color: rgb(12,185,166); }
H1.HeaderClassName
{
color: #0CB9A6;
}
.AnyTagClassName
{
color: #0CB9A6;
}
</style>
background-color css
<style>
a { background-color: #0CB9A6; }
a { background-color: rgb(12,185,166); }
div.DivClassName
{
background-color: #0CB9A6;
}
.BgClassName
{
background-color: #0CB9A6;
}
</style>
border-color css
<style>
span { border-color: #0CB9A6; }
span { border-color: rgb(12,185,166); }
td.TdClassName
{
border-color: #0CB9A6;
}
.TagClassName
{
border-color: #0CB9A6;
}
</style>