Shades of Deep Sea #0F856B
Tints of Deep Sea #0F856B
RGB
CMYK
RGB Variations
Color information
#0F856B (or 0x0F856B) is known color: Deep Sea. HEX triplet: 0F, 85 and 6B. RGB value is (15,133,107). Sum of RGB (Red+Green+Blue) = 15+133+107=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #0F856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F856B is #F07A94. Grayscale: #5E5E5E. Windows color (decimal): -15760021 or 7046415. OLE color: 7046415.
HSL color Cylindrical-coordinate representation of color #0F856B: hue angle of 166.78º 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 #0F856B is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 133 | 107 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.48 |
| HSL | 166.78º | 0.8% | 0.29% | - |
| HSV(B) | 166.78º | 0.89% | 0.52% | - |
| XYZ | 11.24 | 17.94 | 16.78 | - |
| YUV | 94.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 107 | 0.89 | 0 | 0.20 | 0.48 | 166.78 | 0.8 | 0.29 |
| Hex | F | 85 | 6B | 59 | 0 | 14 | 30 | A7 | 50 | 1D |
| Octal | 17 | 205 | 153 | 131 | 0 | 24 | 60 | 247 | 120 | 35 |
| Binary | 1111 | 10000101 | 1101011 | 1011001 | 0 | 10100 | 110000 | 10100111 | 1010000 | 11101 |
Color Harmonies of #0F856B
Complementary color
Monochromatic Colors of #0F856B
Black with #0F856B
Text Example
Text Example
White with #0F856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F856B; }
p { color: rgb(15,133,107); }
H1.HeaderClassName
{
color: #0F856B;
}
.AnyTagClassName
{
color: #0F856B;
}
</style>
background-color css
<style>
a { background-color: #0F856B; }
a { background-color: rgb(15,133,107); }
div.DivClassName
{
background-color: #0F856B;
}
.BgClassName
{
background-color: #0F856B;
}
</style>
border-color css
<style>
span { border-color: #0F856B; }
span { border-color: rgb(15,133,107); }
td.TdClassName
{
border-color: #0F856B;
}
.TagClassName
{
border-color: #0F856B;
}
</style>