Shades of Deep Sea #0C866B
Tints of Deep Sea #0C866B
RGB
CMYK
RGB Variations
Color information
#0C866B (or 0x0C866B) is known color: Deep Sea. HEX triplet: 0C, 86 and 6B. RGB value is (12,134,107). Sum of RGB (Red+Green+Blue) = 12+134+107=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #0C866B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C866B is #F37994. Grayscale: #5E5E5E. Windows color (decimal): -15956373 or 7046668. OLE color: 7046668.
HSL color Cylindrical-coordinate representation of color #0C866B: hue angle of 166.72º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C866B is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 107 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.47 |
| HSL | 166.72º | 0.84% | 0.29% | - |
| HSV(B) | 166.72º | 0.91% | 0.53% | - |
| XYZ | 11.33 | 18.19 | 16.82 | - |
| YUV | 94.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 107 | 0.91 | 0 | 0.20 | 0.47 | 166.72 | 0.84 | 0.29 |
| Hex | C | 86 | 6B | 5B | 0 | 14 | 2F | A7 | 54 | 1D |
| Octal | 14 | 206 | 153 | 133 | 0 | 24 | 57 | 247 | 124 | 35 |
| Binary | 1100 | 10000110 | 1101011 | 1011011 | 0 | 10100 | 101111 | 10100111 | 1010100 | 11101 |
Color Harmonies of #0C866B
Complementary color
Monochromatic Colors of #0C866B
Black with #0C866B
Text Example
Text Example
White with #0C866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C866B; }
p { color: rgb(12,134,107); }
H1.HeaderClassName
{
color: #0C866B;
}
.AnyTagClassName
{
color: #0C866B;
}
</style>
background-color css
<style>
a { background-color: #0C866B; }
a { background-color: rgb(12,134,107); }
div.DivClassName
{
background-color: #0C866B;
}
.BgClassName
{
background-color: #0C866B;
}
</style>
border-color css
<style>
span { border-color: #0C866B; }
span { border-color: rgb(12,134,107); }
td.TdClassName
{
border-color: #0C866B;
}
.TagClassName
{
border-color: #0C866B;
}
</style>