Shades of Deep Sea #0D8260
Tints of Deep Sea #0D8260
RGB
CMYK
RGB Variations
Color information
#0D8260 (or 0x0D8260) is known color: Deep Sea. HEX triplet: 0D, 82 and 60. RGB value is (13,130,96). Sum of RGB (Red+Green+Blue) = 13+130+96=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8260 is #F27D9F. Grayscale: #5B5B5B. Windows color (decimal): -15891872 or 6324749. OLE color: 6324749.
HSL color Cylindrical-coordinate representation of color #0D8260: hue angle of 162.56º 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 #0D8260 is Cyan = 0.9, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 96 | - |
| CMYK | 0.9 | 0 | 0.26 | 0.49 |
| HSL | 162.56º | 0.82% | 0.28% | - |
| HSV(B) | 162.56º | 0.9% | 0.51% | - |
| XYZ | 10.26 | 16.9 | 13.79 | - |
| YUV | 91.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 96 | 0.9 | 0 | 0.26 | 0.49 | 162.56 | 0.82 | 0.28 |
| Hex | D | 82 | 60 | 5A | 0 | 1A | 31 | A3 | 52 | 1C |
| Octal | 15 | 202 | 140 | 132 | 0 | 32 | 61 | 243 | 122 | 34 |
| Binary | 1101 | 10000010 | 1100000 | 1011010 | 0 | 11010 | 110001 | 10100011 | 1010010 | 11100 |
Color Harmonies of #0D8260
Complementary color
Monochromatic Colors of #0D8260
Black with #0D8260
Text Example
Text Example
White with #0D8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8260; }
p { color: rgb(13,130,96); }
H1.HeaderClassName
{
color: #0D8260;
}
.AnyTagClassName
{
color: #0D8260;
}
</style>
background-color css
<style>
a { background-color: #0D8260; }
a { background-color: rgb(13,130,96); }
div.DivClassName
{
background-color: #0D8260;
}
.BgClassName
{
background-color: #0D8260;
}
</style>
border-color css
<style>
span { border-color: #0D8260; }
span { border-color: rgb(13,130,96); }
td.TdClassName
{
border-color: #0D8260;
}
.TagClassName
{
border-color: #0D8260;
}
</style>