Shades of Deep Sea #0F866A
Tints of Deep Sea #0F866A
RGB
CMYK
RGB Variations
Color information
#0F866A (or 0x0F866A) is known color: Deep Sea. HEX triplet: 0F, 86 and 6A. RGB value is (15,134,106). Sum of RGB (Red+Green+Blue) = 15+134+106=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #0F866A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F866A is #F07995. Grayscale: #5F5F5F. Windows color (decimal): -15759766 or 6981135. OLE color: 6981135.
HSL color Cylindrical-coordinate representation of color #0F866A: hue angle of 165.88º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F866A is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 134 | 106 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.47 |
| HSL | 165.88º | 0.8% | 0.29% | - |
| HSV(B) | 165.88º | 0.89% | 0.53% | - |
| XYZ | 11.32 | 18.19 | 16.55 | - |
| YUV | 95.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 106 | 0.89 | 0 | 0.21 | 0.47 | 165.88 | 0.8 | 0.29 |
| Hex | F | 86 | 6A | 59 | 0 | 15 | 2F | A6 | 50 | 1D |
| Octal | 17 | 206 | 152 | 131 | 0 | 25 | 57 | 246 | 120 | 35 |
| Binary | 1111 | 10000110 | 1101010 | 1011001 | 0 | 10101 | 101111 | 10100110 | 1010000 | 11101 |
Color Harmonies of #0F866A
Complementary color
Monochromatic Colors of #0F866A
Black with #0F866A
Text Example
Text Example
White with #0F866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F866A; }
p { color: rgb(15,134,106); }
H1.HeaderClassName
{
color: #0F866A;
}
.AnyTagClassName
{
color: #0F866A;
}
</style>
background-color css
<style>
a { background-color: #0F866A; }
a { background-color: rgb(15,134,106); }
div.DivClassName
{
background-color: #0F866A;
}
.BgClassName
{
background-color: #0F866A;
}
</style>
border-color css
<style>
span { border-color: #0F866A; }
span { border-color: rgb(15,134,106); }
td.TdClassName
{
border-color: #0F866A;
}
.TagClassName
{
border-color: #0F866A;
}
</style>