Shades of Deep Sea #0C8765
Tints of Deep Sea #0C8765
RGB
CMYK
RGB Variations
Color information
#0C8765 (or 0x0C8765) is known color: Deep Sea. HEX triplet: 0C, 87 and 65. RGB value is (12,135,101). Sum of RGB (Red+Green+Blue) = 12+135+101=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8765 is #F3789A. Grayscale: #5E5E5E. Windows color (decimal): -15956123 or 6653708. OLE color: 6653708.
HSL color Cylindrical-coordinate representation of color #0C8765: hue angle of 163.41º 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 #0C8765 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 101 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.47 |
| HSL | 163.41º | 0.84% | 0.29% | - |
| HSV(B) | 163.41º | 0.91% | 0.53% | - |
| XYZ | 11.16 | 18.35 | 15.26 | - |
| YUV | 94.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 101 | 0.91 | 0 | 0.25 | 0.47 | 163.41 | 0.84 | 0.29 |
| Hex | C | 87 | 65 | 5B | 0 | 19 | 2F | A3 | 54 | 1D |
| Octal | 14 | 207 | 145 | 133 | 0 | 31 | 57 | 243 | 124 | 35 |
| Binary | 1100 | 10000111 | 1100101 | 1011011 | 0 | 11001 | 101111 | 10100011 | 1010100 | 11101 |
Color Harmonies of #0C8765
Complementary color
Monochromatic Colors of #0C8765
Black with #0C8765
Text Example
Text Example
White with #0C8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8765; }
p { color: rgb(12,135,101); }
H1.HeaderClassName
{
color: #0C8765;
}
.AnyTagClassName
{
color: #0C8765;
}
</style>
background-color css
<style>
a { background-color: #0C8765; }
a { background-color: rgb(12,135,101); }
div.DivClassName
{
background-color: #0C8765;
}
.BgClassName
{
background-color: #0C8765;
}
</style>
border-color css
<style>
span { border-color: #0C8765; }
span { border-color: rgb(12,135,101); }
td.TdClassName
{
border-color: #0C8765;
}
.TagClassName
{
border-color: #0C8765;
}
</style>