Shades of Deep Sea #0C875D
Tints of Deep Sea #0C875D
RGB
CMYK
RGB Variations
Color information
#0C875D (or 0x0C875D) is known color: Deep Sea. HEX triplet: 0C, 87 and 5D. RGB value is (12,135,93). Sum of RGB (Red+Green+Blue) = 12+135+93=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #0C875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C875D is #F378A2. Grayscale: #5D5D5D. Windows color (decimal): -15956131 or 6129420. OLE color: 6129420.
HSL color Cylindrical-coordinate representation of color #0C875D: hue angle of 159.51º 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 #0C875D is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 93 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.47 |
| HSL | 159.51º | 0.84% | 0.29% | - |
| HSV(B) | 159.51º | 0.91% | 0.53% | - |
| XYZ | 10.79 | 18.2 | 13.3 | - |
| YUV | 93.44 | 127.75 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 93 | 0.91 | 0 | 0.31 | 0.47 | 159.51 | 0.84 | 0.29 |
| Hex | C | 87 | 5D | 5B | 0 | 1F | 2F | A0 | 54 | 1D |
| Octal | 14 | 207 | 135 | 133 | 0 | 37 | 57 | 240 | 124 | 35 |
| Binary | 1100 | 10000111 | 1011101 | 1011011 | 0 | 11111 | 101111 | 10100000 | 1010100 | 11101 |
Color Harmonies of #0C875D
Complementary color
Monochromatic Colors of #0C875D
Black with #0C875D
Text Example
Text Example
White with #0C875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C875D; }
p { color: rgb(12,135,93); }
H1.HeaderClassName
{
color: #0C875D;
}
.AnyTagClassName
{
color: #0C875D;
}
</style>
background-color css
<style>
a { background-color: #0C875D; }
a { background-color: rgb(12,135,93); }
div.DivClassName
{
background-color: #0C875D;
}
.BgClassName
{
background-color: #0C875D;
}
</style>
border-color css
<style>
span { border-color: #0C875D; }
span { border-color: rgb(12,135,93); }
td.TdClassName
{
border-color: #0C875D;
}
.TagClassName
{
border-color: #0C875D;
}
</style>