Shades of Deep Sea #0D885C
Tints of Deep Sea #0D885C
RGB
CMYK
RGB Variations
Color information
#0D885C (or 0x0D885C) is known color: Deep Sea. HEX triplet: 0D, 88 and 5C. RGB value is (13,136,92). Sum of RGB (Red+Green+Blue) = 13+136+92=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #0D885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D885C is #F277A3. Grayscale: #5E5E5E. Windows color (decimal): -15890340 or 6064141. OLE color: 6064141.
HSL color Cylindrical-coordinate representation of color #0D885C: hue angle of 158.54º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D885C is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 92 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.47 |
| HSL | 158.54º | 0.83% | 0.29% | - |
| HSV(B) | 158.54º | 0.9% | 0.53% | - |
| XYZ | 10.9 | 18.47 | 13.12 | - |
| YUV | 94.21 | 126.75 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 92 | 0.90 | 0 | 0.32 | 0.47 | 158.54 | 0.83 | 0.29 |
| Hex | D | 88 | 5C | 5A | 0 | 20 | 2F | 9F | 53 | 1D |
| Octal | 15 | 210 | 134 | 132 | 0 | 40 | 57 | 237 | 123 | 35 |
| Binary | 1101 | 10001000 | 1011100 | 1011010 | 0 | 100000 | 101111 | 10011111 | 1010011 | 11101 |
Color Harmonies of #0D885C
Complementary color
Monochromatic Colors of #0D885C
Black with #0D885C
Text Example
Text Example
White with #0D885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D885C; }
p { color: rgb(13,136,92); }
H1.HeaderClassName
{
color: #0D885C;
}
.AnyTagClassName
{
color: #0D885C;
}
</style>
background-color css
<style>
a { background-color: #0D885C; }
a { background-color: rgb(13,136,92); }
div.DivClassName
{
background-color: #0D885C;
}
.BgClassName
{
background-color: #0D885C;
}
</style>
border-color css
<style>
span { border-color: #0D885C; }
span { border-color: rgb(13,136,92); }
td.TdClassName
{
border-color: #0D885C;
}
.TagClassName
{
border-color: #0D885C;
}
</style>