Shades of Deep Sea #0D855E
Tints of Deep Sea #0D855E
RGB
CMYK
RGB Variations
Color information
#0D855E (or 0x0D855E) is known color: Deep Sea. HEX triplet: 0D, 85 and 5E. RGB value is (13,133,94). Sum of RGB (Red+Green+Blue) = 13+133+94=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #0D855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D855E is #F27AA1. Grayscale: #5C5C5C. Windows color (decimal): -15891106 or 6194445. OLE color: 6194445.
HSL color Cylindrical-coordinate representation of color #0D855E: hue angle of 160.5º 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 #0D855E is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 94 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.48 |
| HSL | 160.5º | 0.82% | 0.29% | - |
| HSV(B) | 160.5º | 0.9% | 0.52% | - |
| XYZ | 10.57 | 17.67 | 13.44 | - |
| YUV | 92.67 | 128.74 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 94 | 0.90 | 0 | 0.29 | 0.48 | 160.5 | 0.82 | 0.29 |
| Hex | D | 85 | 5E | 5A | 0 | 1D | 30 | A0 | 52 | 1D |
| Octal | 15 | 205 | 136 | 132 | 0 | 35 | 60 | 240 | 122 | 35 |
| Binary | 1101 | 10000101 | 1011110 | 1011010 | 0 | 11101 | 110000 | 10100000 | 1010010 | 11101 |
Color Harmonies of #0D855E
Complementary color
Monochromatic Colors of #0D855E
Black with #0D855E
Text Example
Text Example
White with #0D855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D855E; }
p { color: rgb(13,133,94); }
H1.HeaderClassName
{
color: #0D855E;
}
.AnyTagClassName
{
color: #0D855E;
}
</style>
background-color css
<style>
a { background-color: #0D855E; }
a { background-color: rgb(13,133,94); }
div.DivClassName
{
background-color: #0D855E;
}
.BgClassName
{
background-color: #0D855E;
}
</style>
border-color css
<style>
span { border-color: #0D855E; }
span { border-color: rgb(13,133,94); }
td.TdClassName
{
border-color: #0D855E;
}
.TagClassName
{
border-color: #0D855E;
}
</style>