Shades of Deep Sea #0F885D
Tints of Deep Sea #0F885D
RGB
CMYK
RGB Variations
Color information
#0F885D (or 0x0F885D) is known color: Deep Sea. HEX triplet: 0F, 88 and 5D. RGB value is (15,136,93). Sum of RGB (Red+Green+Blue) = 15+136+93=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #0F885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F885D is #F077A2. Grayscale: #5E5E5E. Windows color (decimal): -15759267 or 6129679. OLE color: 6129679.
HSL color Cylindrical-coordinate representation of color #0F885D: hue angle of 158.68º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F885D is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 136 | 93 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.47 |
| HSL | 158.68º | 0.8% | 0.3% | - |
| HSV(B) | 158.68º | 0.89% | 0.53% | - |
| XYZ | 10.98 | 18.5 | 13.35 | - |
| YUV | 94.92 | 126.91 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 93 | 0.89 | 0 | 0.32 | 0.47 | 158.68 | 0.8 | 0.3 |
| Hex | F | 88 | 5D | 59 | 0 | 20 | 2F | 9F | 50 | 1E |
| Octal | 17 | 210 | 135 | 131 | 0 | 40 | 57 | 237 | 120 | 36 |
| Binary | 1111 | 10001000 | 1011101 | 1011001 | 0 | 100000 | 101111 | 10011111 | 1010000 | 11110 |
Color Harmonies of #0F885D
Complementary color
Monochromatic Colors of #0F885D
Black with #0F885D
Text Example
Text Example
White with #0F885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F885D; }
p { color: rgb(15,136,93); }
H1.HeaderClassName
{
color: #0F885D;
}
.AnyTagClassName
{
color: #0F885D;
}
</style>
background-color css
<style>
a { background-color: #0F885D; }
a { background-color: rgb(15,136,93); }
div.DivClassName
{
background-color: #0F885D;
}
.BgClassName
{
background-color: #0F885D;
}
</style>
border-color css
<style>
span { border-color: #0F885D; }
span { border-color: rgb(15,136,93); }
td.TdClassName
{
border-color: #0F885D;
}
.TagClassName
{
border-color: #0F885D;
}
</style>