Shades of Deep Sea #0C7866
Tints of Deep Sea #0C7866
RGB
CMYK
RGB Variations
Color information
#0C7866 (or 0x0C7866) is known color: Deep Sea. HEX triplet: 0C, 78 and 66. RGB value is (12,120,102). Sum of RGB (Red+Green+Blue) = 12+120+102=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7866 is #F38799. Grayscale: #555555. Windows color (decimal): -15959962 or 6715404. OLE color: 6715404.
HSL color Cylindrical-coordinate representation of color #0C7866: hue angle of 170º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7866 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 102 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.53 |
| HSL | 170º | 0.82% | 0.26% | - |
| HSV(B) | 170º | 0.9% | 0.47% | - |
| XYZ | 9.27 | 14.47 | 14.88 | - |
| YUV | 85.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 102 | 0.90 | 0 | 0.15 | 0.53 | 170 | 0.82 | 0.26 |
| Hex | C | 78 | 66 | 5A | 0 | F | 35 | AA | 52 | 1A |
| Octal | 14 | 170 | 146 | 132 | 0 | 17 | 65 | 252 | 122 | 32 |
| Binary | 1100 | 1111000 | 1100110 | 1011010 | 0 | 1111 | 110101 | 10101010 | 1010010 | 11010 |
Color Harmonies of #0C7866
Complementary color
Monochromatic Colors of #0C7866
Black with #0C7866
Text Example
Text Example
White with #0C7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7866; }
p { color: rgb(12,120,102); }
H1.HeaderClassName
{
color: #0C7866;
}
.AnyTagClassName
{
color: #0C7866;
}
</style>
background-color css
<style>
a { background-color: #0C7866; }
a { background-color: rgb(12,120,102); }
div.DivClassName
{
background-color: #0C7866;
}
.BgClassName
{
background-color: #0C7866;
}
</style>
border-color css
<style>
span { border-color: #0C7866; }
span { border-color: rgb(12,120,102); }
td.TdClassName
{
border-color: #0C7866;
}
.TagClassName
{
border-color: #0C7866;
}
</style>