Shades of Deep Sea #0C846E
Tints of Deep Sea #0C846E
RGB
CMYK
RGB Variations
Color information
#0C846E (or 0x0C846E) is known color: Deep Sea. HEX triplet: 0C, 84 and 6E. RGB value is (12,132,110). Sum of RGB (Red+Green+Blue) = 12+132+110=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #0C846E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C846E is #F37B91. Grayscale: #5D5D5D. Windows color (decimal): -15956882 or 7242764. OLE color: 7242764.
HSL color Cylindrical-coordinate representation of color #0C846E: hue angle of 169º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C846E is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 110 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.48 |
| HSL | 169º | 0.83% | 0.28% | - |
| HSV(B) | 169º | 0.91% | 0.52% | - |
| XYZ | 11.22 | 17.71 | 17.58 | - |
| YUV | 93.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 110 | 0.91 | 0 | 0.17 | 0.48 | 169 | 0.83 | 0.28 |
| Hex | C | 84 | 6E | 5B | 0 | 11 | 30 | A9 | 53 | 1C |
| Octal | 14 | 204 | 156 | 133 | 0 | 21 | 60 | 251 | 123 | 34 |
| Binary | 1100 | 10000100 | 1101110 | 1011011 | 0 | 10001 | 110000 | 10101001 | 1010011 | 11100 |
Color Harmonies of #0C846E
Complementary color
Monochromatic Colors of #0C846E
Black with #0C846E
Text Example
Text Example
White with #0C846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C846E; }
p { color: rgb(12,132,110); }
H1.HeaderClassName
{
color: #0C846E;
}
.AnyTagClassName
{
color: #0C846E;
}
</style>
background-color css
<style>
a { background-color: #0C846E; }
a { background-color: rgb(12,132,110); }
div.DivClassName
{
background-color: #0C846E;
}
.BgClassName
{
background-color: #0C846E;
}
</style>
border-color css
<style>
span { border-color: #0C846E; }
span { border-color: rgb(12,132,110); }
td.TdClassName
{
border-color: #0C846E;
}
.TagClassName
{
border-color: #0C846E;
}
</style>