Shades of Deep Sea #0D846A
Tints of Deep Sea #0D846A
RGB
CMYK
RGB Variations
Color information
#0D846A (or 0x0D846A) is known color: Deep Sea. HEX triplet: 0D, 84 and 6A. RGB value is (13,132,106). Sum of RGB (Red+Green+Blue) = 13+132+106=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #0D846A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D846A is #F27B95. Grayscale: #5D5D5D. Windows color (decimal): -15891350 or 6980621. OLE color: 6980621.
HSL color Cylindrical-coordinate representation of color #0D846A: hue angle of 166.89º 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 #0D846A is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 106 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.48 |
| HSL | 166.89º | 0.82% | 0.28% | - |
| HSV(B) | 166.89º | 0.9% | 0.52% | - |
| XYZ | 11.02 | 17.63 | 16.46 | - |
| YUV | 93.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 106 | 0.90 | 0 | 0.20 | 0.48 | 166.89 | 0.82 | 0.28 |
| Hex | D | 84 | 6A | 5A | 0 | 14 | 30 | A7 | 52 | 1C |
| Octal | 15 | 204 | 152 | 132 | 0 | 24 | 60 | 247 | 122 | 34 |
| Binary | 1101 | 10000100 | 1101010 | 1011010 | 0 | 10100 | 110000 | 10100111 | 1010010 | 11100 |
Color Harmonies of #0D846A
Complementary color
Monochromatic Colors of #0D846A
Black with #0D846A
Text Example
Text Example
White with #0D846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D846A; }
p { color: rgb(13,132,106); }
H1.HeaderClassName
{
color: #0D846A;
}
.AnyTagClassName
{
color: #0D846A;
}
</style>
background-color css
<style>
a { background-color: #0D846A; }
a { background-color: rgb(13,132,106); }
div.DivClassName
{
background-color: #0D846A;
}
.BgClassName
{
background-color: #0D846A;
}
</style>
border-color css
<style>
span { border-color: #0D846A; }
span { border-color: rgb(13,132,106); }
td.TdClassName
{
border-color: #0D846A;
}
.TagClassName
{
border-color: #0D846A;
}
</style>