Shades of Deep Sea #0F8566
Tints of Deep Sea #0F8566
RGB
CMYK
RGB Variations
Color information
#0F8566 (or 0x0F8566) is known color: Deep Sea. HEX triplet: 0F, 85 and 66. RGB value is (15,133,102). Sum of RGB (Red+Green+Blue) = 15+133+102=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8566 is #F07A99. Grayscale: #5E5E5E. Windows color (decimal): -15760026 or 6718735. OLE color: 6718735.
HSL color Cylindrical-coordinate representation of color #0F8566: hue angle of 164.24º 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 #0F8566 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 133 | 102 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.48 |
| HSL | 164.24º | 0.8% | 0.29% | - |
| HSV(B) | 164.24º | 0.89% | 0.52% | - |
| XYZ | 10.98 | 17.84 | 15.43 | - |
| YUV | 94.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 102 | 0.89 | 0 | 0.23 | 0.48 | 164.24 | 0.8 | 0.29 |
| Hex | F | 85 | 66 | 59 | 0 | 17 | 30 | A4 | 50 | 1D |
| Octal | 17 | 205 | 146 | 131 | 0 | 27 | 60 | 244 | 120 | 35 |
| Binary | 1111 | 10000101 | 1100110 | 1011001 | 0 | 10111 | 110000 | 10100100 | 1010000 | 11101 |
Color Harmonies of #0F8566
Complementary color
Monochromatic Colors of #0F8566
Black with #0F8566
Text Example
Text Example
White with #0F8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8566; }
p { color: rgb(15,133,102); }
H1.HeaderClassName
{
color: #0F8566;
}
.AnyTagClassName
{
color: #0F8566;
}
</style>
background-color css
<style>
a { background-color: #0F8566; }
a { background-color: rgb(15,133,102); }
div.DivClassName
{
background-color: #0F8566;
}
.BgClassName
{
background-color: #0F8566;
}
</style>
border-color css
<style>
span { border-color: #0F8566; }
span { border-color: rgb(15,133,102); }
td.TdClassName
{
border-color: #0F8566;
}
.TagClassName
{
border-color: #0F8566;
}
</style>