Shades of Deep Sea #0F846E
Tints of Deep Sea #0F846E
RGB
CMYK
RGB Variations
Color information
#0F846E (or 0x0F846E) is known color: Deep Sea. HEX triplet: 0F, 84 and 6E. RGB value is (15,132,110). Sum of RGB (Red+Green+Blue) = 15+132+110=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #0F846E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F846E is #F07B91. Grayscale: #5E5E5E. Windows color (decimal): -15760274 or 7242767. OLE color: 7242767.
HSL color Cylindrical-coordinate representation of color #0F846E: hue angle of 168.72º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F846E is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 110 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.48 |
| HSL | 168.72º | 0.8% | 0.29% | - |
| HSV(B) | 168.72º | 0.89% | 0.52% | - |
| XYZ | 11.26 | 17.73 | 17.58 | - |
| YUV | 94.51 | 136.74 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 110 | 0.89 | 0 | 0.17 | 0.48 | 168.72 | 0.8 | 0.29 |
| Hex | F | 84 | 6E | 59 | 0 | 11 | 30 | A9 | 50 | 1D |
| Octal | 17 | 204 | 156 | 131 | 0 | 21 | 60 | 251 | 120 | 35 |
| Binary | 1111 | 10000100 | 1101110 | 1011001 | 0 | 10001 | 110000 | 10101001 | 1010000 | 11101 |
Color Harmonies of #0F846E
Complementary color
Monochromatic Colors of #0F846E
Black with #0F846E
Text Example
Text Example
White with #0F846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F846E; }
p { color: rgb(15,132,110); }
H1.HeaderClassName
{
color: #0F846E;
}
.AnyTagClassName
{
color: #0F846E;
}
</style>
background-color css
<style>
a { background-color: #0F846E; }
a { background-color: rgb(15,132,110); }
div.DivClassName
{
background-color: #0F846E;
}
.BgClassName
{
background-color: #0F846E;
}
</style>
border-color css
<style>
span { border-color: #0F846E; }
span { border-color: rgb(15,132,110); }
td.TdClassName
{
border-color: #0F846E;
}
.TagClassName
{
border-color: #0F846E;
}
</style>