Shades of Deep Sea #0D895C
Tints of Deep Sea #0D895C
RGB
CMYK
RGB Variations
Color information
#0D895C (or 0x0D895C) is known color: Deep Sea. HEX triplet: 0D, 89 and 5C. RGB value is (13,137,92). Sum of RGB (Red+Green+Blue) = 13+137+92=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #0D895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D895C is #F276A3. Grayscale: #5E5E5E. Windows color (decimal): -15890084 or 6064397. OLE color: 6064397.
HSL color Cylindrical-coordinate representation of color #0D895C: hue angle of 158.23º 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 #0D895C is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 92 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.46 |
| HSL | 158.23º | 0.83% | 0.29% | - |
| HSV(B) | 158.23º | 0.91% | 0.54% | - |
| XYZ | 11.04 | 18.75 | 13.16 | - |
| YUV | 94.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 92 | 0.91 | 0 | 0.33 | 0.46 | 158.23 | 0.83 | 0.29 |
| Hex | D | 89 | 5C | 5B | 0 | 21 | 2E | 9E | 53 | 1D |
| Octal | 15 | 211 | 134 | 133 | 0 | 41 | 56 | 236 | 123 | 35 |
| Binary | 1101 | 10001001 | 1011100 | 1011011 | 0 | 100001 | 101110 | 10011110 | 1010011 | 11101 |
Color Harmonies of #0D895C
Complementary color
Monochromatic Colors of #0D895C
Black with #0D895C
Text Example
Text Example
White with #0D895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D895C; }
p { color: rgb(13,137,92); }
H1.HeaderClassName
{
color: #0D895C;
}
.AnyTagClassName
{
color: #0D895C;
}
</style>
background-color css
<style>
a { background-color: #0D895C; }
a { background-color: rgb(13,137,92); }
div.DivClassName
{
background-color: #0D895C;
}
.BgClassName
{
background-color: #0D895C;
}
</style>
border-color css
<style>
span { border-color: #0D895C; }
span { border-color: rgb(13,137,92); }
td.TdClassName
{
border-color: #0D895C;
}
.TagClassName
{
border-color: #0D895C;
}
</style>