Shades of Deep Sea #0D8361
Tints of Deep Sea #0D8361
RGB
CMYK
RGB Variations
Color information
#0D8361 (or 0x0D8361) is known color: Deep Sea. HEX triplet: 0D, 83 and 61. RGB value is (13,131,97). Sum of RGB (Red+Green+Blue) = 13+131+97=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8361 is #F27C9E. Grayscale: #5B5B5B. Windows color (decimal): -15891615 or 6390541. OLE color: 6390541.
HSL color Cylindrical-coordinate representation of color #0D8361: hue angle of 162.71º 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 #0D8361 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 131 | 97 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.49 |
| HSL | 162.71º | 0.82% | 0.28% | - |
| HSV(B) | 162.71º | 0.9% | 0.51% | - |
| XYZ | 10.44 | 17.18 | 14.08 | - |
| YUV | 91.84 | 130.91 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 97 | 0.90 | 0 | 0.26 | 0.49 | 162.71 | 0.82 | 0.28 |
| Hex | D | 83 | 61 | 5A | 0 | 1A | 31 | A3 | 52 | 1C |
| Octal | 15 | 203 | 141 | 132 | 0 | 32 | 61 | 243 | 122 | 34 |
| Binary | 1101 | 10000011 | 1100001 | 1011010 | 0 | 11010 | 110001 | 10100011 | 1010010 | 11100 |
Color Harmonies of #0D8361
Complementary color
Monochromatic Colors of #0D8361
Black with #0D8361
Text Example
Text Example
White with #0D8361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8361; }
p { color: rgb(13,131,97); }
H1.HeaderClassName
{
color: #0D8361;
}
.AnyTagClassName
{
color: #0D8361;
}
</style>
background-color css
<style>
a { background-color: #0D8361; }
a { background-color: rgb(13,131,97); }
div.DivClassName
{
background-color: #0D8361;
}
.BgClassName
{
background-color: #0D8361;
}
</style>
border-color css
<style>
span { border-color: #0D8361; }
span { border-color: rgb(13,131,97); }
td.TdClassName
{
border-color: #0D8361;
}
.TagClassName
{
border-color: #0D8361;
}
</style>