Shades of Deep Sea #0F8471
Tints of Deep Sea #0F8471
RGB
CMYK
RGB Variations
Color information
#0F8471 (or 0x0F8471) is known color: Deep Sea. HEX triplet: 0F, 84 and 71. RGB value is (15,132,113). Sum of RGB (Red+Green+Blue) = 15+132+113=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8471 is #F07B8E. Grayscale: #5E5E5E. Windows color (decimal): -15760271 or 7439375. OLE color: 7439375.
HSL color Cylindrical-coordinate representation of color #0F8471: hue angle of 170.26º 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 #0F8471 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 113 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.48 |
| HSL | 170.26º | 0.8% | 0.29% | - |
| HSV(B) | 170.26º | 0.89% | 0.52% | - |
| XYZ | 11.43 | 17.8 | 18.46 | - |
| YUV | 94.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 113 | 0.89 | 0 | 0.14 | 0.48 | 170.26 | 0.8 | 0.29 |
| Hex | F | 84 | 71 | 59 | 0 | E | 30 | AA | 50 | 1D |
| Octal | 17 | 204 | 161 | 131 | 0 | 16 | 60 | 252 | 120 | 35 |
| Binary | 1111 | 10000100 | 1110001 | 1011001 | 0 | 1110 | 110000 | 10101010 | 1010000 | 11101 |
Color Harmonies of #0F8471
Complementary color
Monochromatic Colors of #0F8471
Black with #0F8471
Text Example
Text Example
White with #0F8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8471; }
p { color: rgb(15,132,113); }
H1.HeaderClassName
{
color: #0F8471;
}
.AnyTagClassName
{
color: #0F8471;
}
</style>
background-color css
<style>
a { background-color: #0F8471; }
a { background-color: rgb(15,132,113); }
div.DivClassName
{
background-color: #0F8471;
}
.BgClassName
{
background-color: #0F8471;
}
</style>
border-color css
<style>
span { border-color: #0F8471; }
span { border-color: rgb(15,132,113); }
td.TdClassName
{
border-color: #0F8471;
}
.TagClassName
{
border-color: #0F8471;
}
</style>