Shades of Light Sea Green #0CB6A2
Tints of Light Sea Green #0CB6A2
RGB
CMYK
RGB Variations
Color information
#0CB6A2 (or 0x0CB6A2) is known color: Light Sea Green. HEX triplet: 0C, B6 and A2. RGB value is (12,182,162). Sum of RGB (Red+Green+Blue) = 12+182+162=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB6A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB6A2 is #F3495D. Grayscale: #808080. Windows color (decimal): -15944030 or 10663436. OLE color: 10663436.
HSL color Cylindrical-coordinate representation of color #0CB6A2: hue angle of 172.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB6A2 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 162 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.29 |
| HSL | 172.94º | 0.88% | 0.38% | - |
| HSV(B) | 172.94º | 0.93% | 0.71% | - |
| XYZ | 23.4 | 36.14 | 39.93 | - |
| YUV | 128.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 162 | 0.93 | 0 | 0.11 | 0.29 | 172.94 | 0.88 | 0.38 |
| Hex | C | B6 | A2 | 5D | 0 | B | 1D | AD | 58 | 26 |
| Octal | 14 | 266 | 242 | 135 | 0 | 13 | 35 | 255 | 130 | 46 |
| Binary | 1100 | 10110110 | 10100010 | 1011101 | 0 | 1011 | 11101 | 10101101 | 1011000 | 100110 |
Color Harmonies of #0CB6A2
Complementary color
Monochromatic Colors of #0CB6A2
Black with #0CB6A2
Text Example
Text Example
White with #0CB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB6A2; }
p { color: rgb(12,182,162); }
H1.HeaderClassName
{
color: #0CB6A2;
}
.AnyTagClassName
{
color: #0CB6A2;
}
</style>
background-color css
<style>
a { background-color: #0CB6A2; }
a { background-color: rgb(12,182,162); }
div.DivClassName
{
background-color: #0CB6A2;
}
.BgClassName
{
background-color: #0CB6A2;
}
</style>
border-color css
<style>
span { border-color: #0CB6A2; }
span { border-color: rgb(12,182,162); }
td.TdClassName
{
border-color: #0CB6A2;
}
.TagClassName
{
border-color: #0CB6A2;
}
</style>