Shades of Deep Sea #0D836F
Tints of Deep Sea #0D836F
RGB
CMYK
RGB Variations
Color information
#0D836F (or 0x0D836F) is known color: Deep Sea. HEX triplet: 0D, 83 and 6F. RGB value is (13,131,111). Sum of RGB (Red+Green+Blue) = 13+131+111=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #0D836F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D836F is #F27C90. Grayscale: #5D5D5D. Windows color (decimal): -15891601 or 7308045. OLE color: 7308045.
HSL color Cylindrical-coordinate representation of color #0D836F: hue angle of 169.83º 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 #0D836F is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 131 | 111 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.49 |
| HSL | 169.83º | 0.82% | 0.28% | - |
| HSV(B) | 169.83º | 0.9% | 0.51% | - |
| XYZ | 11.15 | 17.47 | 17.82 | - |
| YUV | 93.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 111 | 0.90 | 0 | 0.15 | 0.49 | 169.83 | 0.82 | 0.28 |
| Hex | D | 83 | 6F | 5A | 0 | F | 31 | AA | 52 | 1C |
| Octal | 15 | 203 | 157 | 132 | 0 | 17 | 61 | 252 | 122 | 34 |
| Binary | 1101 | 10000011 | 1101111 | 1011010 | 0 | 1111 | 110001 | 10101010 | 1010010 | 11100 |
Color Harmonies of #0D836F
Complementary color
Monochromatic Colors of #0D836F
Black with #0D836F
Text Example
Text Example
White with #0D836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D836F; }
p { color: rgb(13,131,111); }
H1.HeaderClassName
{
color: #0D836F;
}
.AnyTagClassName
{
color: #0D836F;
}
</style>
background-color css
<style>
a { background-color: #0D836F; }
a { background-color: rgb(13,131,111); }
div.DivClassName
{
background-color: #0D836F;
}
.BgClassName
{
background-color: #0D836F;
}
</style>
border-color css
<style>
span { border-color: #0D836F; }
span { border-color: rgb(13,131,111); }
td.TdClassName
{
border-color: #0D836F;
}
.TagClassName
{
border-color: #0D836F;
}
</style>