Shades of Deep Sea #0D895F
Tints of Deep Sea #0D895F
RGB
CMYK
RGB Variations
Color information
#0D895F (or 0x0D895F) is known color: Deep Sea. HEX triplet: 0D, 89 and 5F. RGB value is (13,137,95). Sum of RGB (Red+Green+Blue) = 13+137+95=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #0D895F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D895F is #F276A0. Grayscale: #5F5F5F. Windows color (decimal): -15890081 or 6261005. OLE color: 6261005.
HSL color Cylindrical-coordinate representation of color #0D895F: hue angle of 159.68º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D895F is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 95 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.46 |
| HSL | 159.68º | 0.83% | 0.29% | - |
| HSV(B) | 159.68º | 0.91% | 0.54% | - |
| XYZ | 11.18 | 18.8 | 13.87 | - |
| YUV | 95.14 | 127.92 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 95 | 0.91 | 0 | 0.31 | 0.46 | 159.68 | 0.83 | 0.29 |
| Hex | D | 89 | 5F | 5B | 0 | 1F | 2E | A0 | 53 | 1D |
| Octal | 15 | 211 | 137 | 133 | 0 | 37 | 56 | 240 | 123 | 35 |
| Binary | 1101 | 10001001 | 1011111 | 1011011 | 0 | 11111 | 101110 | 10100000 | 1010011 | 11101 |
Color Harmonies of #0D895F
Complementary color
Monochromatic Colors of #0D895F
Black with #0D895F
Text Example
Text Example
White with #0D895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D895F; }
p { color: rgb(13,137,95); }
H1.HeaderClassName
{
color: #0D895F;
}
.AnyTagClassName
{
color: #0D895F;
}
</style>
background-color css
<style>
a { background-color: #0D895F; }
a { background-color: rgb(13,137,95); }
div.DivClassName
{
background-color: #0D895F;
}
.BgClassName
{
background-color: #0D895F;
}
</style>
border-color css
<style>
span { border-color: #0D895F; }
span { border-color: rgb(13,137,95); }
td.TdClassName
{
border-color: #0D895F;
}
.TagClassName
{
border-color: #0D895F;
}
</style>