Shades of Deep Sea #0D816F
Tints of Deep Sea #0D816F
RGB
CMYK
RGB Variations
Color information
#0D816F (or 0x0D816F) is known color: Deep Sea. HEX triplet: 0D, 81 and 6F. RGB value is (13,129,111). Sum of RGB (Red+Green+Blue) = 13+129+111=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #0D816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D816F is #F27E90. Grayscale: #5C5C5C. Windows color (decimal): -15892113 or 7307533. OLE color: 7307533.
HSL color Cylindrical-coordinate representation of color #0D816F: hue angle of 170.69º 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 #0D816F is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 111 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.49 |
| HSL | 170.69º | 0.82% | 0.28% | - |
| HSV(B) | 170.69º | 0.9% | 0.51% | - |
| XYZ | 10.89 | 16.93 | 17.73 | - |
| YUV | 92.26 | 138.57 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 111 | 0.90 | 0 | 0.14 | 0.49 | 170.69 | 0.82 | 0.28 |
| Hex | D | 81 | 6F | 5A | 0 | E | 31 | AB | 52 | 1C |
| Octal | 15 | 201 | 157 | 132 | 0 | 16 | 61 | 253 | 122 | 34 |
| Binary | 1101 | 10000001 | 1101111 | 1011010 | 0 | 1110 | 110001 | 10101011 | 1010010 | 11100 |
Color Harmonies of #0D816F
Complementary color
Monochromatic Colors of #0D816F
Black with #0D816F
Text Example
Text Example
White with #0D816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D816F; }
p { color: rgb(13,129,111); }
H1.HeaderClassName
{
color: #0D816F;
}
.AnyTagClassName
{
color: #0D816F;
}
</style>
background-color css
<style>
a { background-color: #0D816F; }
a { background-color: rgb(13,129,111); }
div.DivClassName
{
background-color: #0D816F;
}
.BgClassName
{
background-color: #0D816F;
}
</style>
border-color css
<style>
span { border-color: #0D816F; }
span { border-color: rgb(13,129,111); }
td.TdClassName
{
border-color: #0D816F;
}
.TagClassName
{
border-color: #0D816F;
}
</style>