Shades of Deep Sea #0C8667
Tints of Deep Sea #0C8667
RGB
CMYK
RGB Variations
Color information
#0C8667 (or 0x0C8667) is known color: Deep Sea. HEX triplet: 0C, 86 and 67. RGB value is (12,134,103). Sum of RGB (Red+Green+Blue) = 12+134+103=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8667 is #F37998. Grayscale: #5D5D5D. Windows color (decimal): -15956377 or 6784524. OLE color: 6784524.
HSL color Cylindrical-coordinate representation of color #0C8667: hue angle of 164.75º 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 #0C8667 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 103 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.47 |
| HSL | 164.75º | 0.84% | 0.29% | - |
| HSV(B) | 164.75º | 0.91% | 0.53% | - |
| XYZ | 11.12 | 18.11 | 15.74 | - |
| YUV | 93.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 103 | 0.91 | 0 | 0.23 | 0.47 | 164.75 | 0.84 | 0.29 |
| Hex | C | 86 | 67 | 5B | 0 | 17 | 2F | A5 | 54 | 1D |
| Octal | 14 | 206 | 147 | 133 | 0 | 27 | 57 | 245 | 124 | 35 |
| Binary | 1100 | 10000110 | 1100111 | 1011011 | 0 | 10111 | 101111 | 10100101 | 1010100 | 11101 |
Color Harmonies of #0C8667
Complementary color
Monochromatic Colors of #0C8667
Black with #0C8667
Text Example
Text Example
White with #0C8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8667; }
p { color: rgb(12,134,103); }
H1.HeaderClassName
{
color: #0C8667;
}
.AnyTagClassName
{
color: #0C8667;
}
</style>
background-color css
<style>
a { background-color: #0C8667; }
a { background-color: rgb(12,134,103); }
div.DivClassName
{
background-color: #0C8667;
}
.BgClassName
{
background-color: #0C8667;
}
</style>
border-color css
<style>
span { border-color: #0C8667; }
span { border-color: rgb(12,134,103); }
td.TdClassName
{
border-color: #0C8667;
}
.TagClassName
{
border-color: #0C8667;
}
</style>