Shades of Deep Sea #0D856D
Tints of Deep Sea #0D856D
RGB
CMYK
RGB Variations
Color information
#0D856D (or 0x0D856D) is known color: Deep Sea. HEX triplet: 0D, 85 and 6D. RGB value is (13,133,109). Sum of RGB (Red+Green+Blue) = 13+133+109=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #0D856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D856D is #F27A92. Grayscale: #5E5E5E. Windows color (decimal): -15891091 or 7177485. OLE color: 7177485.
HSL color Cylindrical-coordinate representation of color #0D856D: hue angle of 168º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D856D is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 109 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.48 |
| HSL | 168º | 0.82% | 0.29% | - |
| HSV(B) | 168º | 0.9% | 0.52% | - |
| XYZ | 11.31 | 17.96 | 17.34 | - |
| YUV | 94.38 | 136.24 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 109 | 0.90 | 0 | 0.18 | 0.48 | 168 | 0.82 | 0.29 |
| Hex | D | 85 | 6D | 5A | 0 | 12 | 30 | A8 | 52 | 1D |
| Octal | 15 | 205 | 155 | 132 | 0 | 22 | 60 | 250 | 122 | 35 |
| Binary | 1101 | 10000101 | 1101101 | 1011010 | 0 | 10010 | 110000 | 10101000 | 1010010 | 11101 |
Color Harmonies of #0D856D
Complementary color
Monochromatic Colors of #0D856D
Black with #0D856D
Text Example
Text Example
White with #0D856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D856D; }
p { color: rgb(13,133,109); }
H1.HeaderClassName
{
color: #0D856D;
}
.AnyTagClassName
{
color: #0D856D;
}
</style>
background-color css
<style>
a { background-color: #0D856D; }
a { background-color: rgb(13,133,109); }
div.DivClassName
{
background-color: #0D856D;
}
.BgClassName
{
background-color: #0D856D;
}
</style>
border-color css
<style>
span { border-color: #0D856D; }
span { border-color: rgb(13,133,109); }
td.TdClassName
{
border-color: #0D856D;
}
.TagClassName
{
border-color: #0D856D;
}
</style>