Shades of Deep Sea #0D845D
Tints of Deep Sea #0D845D
RGB
CMYK
RGB Variations
Color information
#0D845D (or 0x0D845D) is known color: Deep Sea. HEX triplet: 0D, 84 and 5D. RGB value is (13,132,93). Sum of RGB (Red+Green+Blue) = 13+132+93=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #0D845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D845D is #F27BA2. Grayscale: #5C5C5C. Windows color (decimal): -15891363 or 6128653. OLE color: 6128653.
HSL color Cylindrical-coordinate representation of color #0D845D: hue angle of 160.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D845D is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 93 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.48 |
| HSL | 160.34º | 0.82% | 0.28% | - |
| HSV(B) | 160.34º | 0.9% | 0.52% | - |
| XYZ | 10.39 | 17.38 | 13.16 | - |
| YUV | 91.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 93 | 0.90 | 0 | 0.30 | 0.48 | 160.34 | 0.82 | 0.28 |
| Hex | D | 84 | 5D | 5A | 0 | 1E | 30 | A0 | 52 | 1C |
| Octal | 15 | 204 | 135 | 132 | 0 | 36 | 60 | 240 | 122 | 34 |
| Binary | 1101 | 10000100 | 1011101 | 1011010 | 0 | 11110 | 110000 | 10100000 | 1010010 | 11100 |
Color Harmonies of #0D845D
Complementary color
Monochromatic Colors of #0D845D
Black with #0D845D
Text Example
Text Example
White with #0D845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D845D; }
p { color: rgb(13,132,93); }
H1.HeaderClassName
{
color: #0D845D;
}
.AnyTagClassName
{
color: #0D845D;
}
</style>
background-color css
<style>
a { background-color: #0D845D; }
a { background-color: rgb(13,132,93); }
div.DivClassName
{
background-color: #0D845D;
}
.BgClassName
{
background-color: #0D845D;
}
</style>
border-color css
<style>
span { border-color: #0D845D; }
span { border-color: rgb(13,132,93); }
td.TdClassName
{
border-color: #0D845D;
}
.TagClassName
{
border-color: #0D845D;
}
</style>