Shades of Deep Sea #0D8162
Tints of Deep Sea #0D8162
RGB
CMYK
RGB Variations
Color information
#0D8162 (or 0x0D8162) is known color: Deep Sea. HEX triplet: 0D, 81 and 62. RGB value is (13,129,98). Sum of RGB (Red+Green+Blue) = 13+129+98=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #0D8162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8162 is #F27E9D. Grayscale: #5A5A5A. Windows color (decimal): -15892126 or 6455565. OLE color: 6455565.
HSL color Cylindrical-coordinate representation of color #0D8162: hue angle of 163.97º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8162 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 98 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.49 |
| HSL | 163.97º | 0.82% | 0.28% | - |
| HSV(B) | 163.97º | 0.9% | 0.51% | - |
| XYZ | 10.22 | 16.67 | 14.23 | - |
| YUV | 90.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 98 | 0.90 | 0 | 0.24 | 0.49 | 163.97 | 0.82 | 0.28 |
| Hex | D | 81 | 62 | 5A | 0 | 18 | 31 | A4 | 52 | 1C |
| Octal | 15 | 201 | 142 | 132 | 0 | 30 | 61 | 244 | 122 | 34 |
| Binary | 1101 | 10000001 | 1100010 | 1011010 | 0 | 11000 | 110001 | 10100100 | 1010010 | 11100 |
Color Harmonies of #0D8162
Complementary color
Monochromatic Colors of #0D8162
Black with #0D8162
Text Example
Text Example
White with #0D8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8162; }
p { color: rgb(13,129,98); }
H1.HeaderClassName
{
color: #0D8162;
}
.AnyTagClassName
{
color: #0D8162;
}
</style>
background-color css
<style>
a { background-color: #0D8162; }
a { background-color: rgb(13,129,98); }
div.DivClassName
{
background-color: #0D8162;
}
.BgClassName
{
background-color: #0D8162;
}
</style>
border-color css
<style>
span { border-color: #0D8162; }
span { border-color: rgb(13,129,98); }
td.TdClassName
{
border-color: #0D8162;
}
.TagClassName
{
border-color: #0D8162;
}
</style>