Shades of Deep Sea #0F795B
Tints of Deep Sea #0F795B
RGB
CMYK
RGB Variations
Color information
#0F795B (or 0x0F795B) is known color: Deep Sea. HEX triplet: 0F, 79 and 5B. RGB value is (15,121,91). Sum of RGB (Red+Green+Blue) = 15+121+91=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #0F795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F795B is #F086A4. Grayscale: #555555. Windows color (decimal): -15763109 or 5994767. OLE color: 5994767.
HSL color Cylindrical-coordinate representation of color #0F795B: hue angle of 163.02º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F795B is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 121 | 91 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.53 |
| HSL | 163.02º | 0.78% | 0.27% | - |
| HSV(B) | 163.02º | 0.88% | 0.47% | - |
| XYZ | 8.92 | 14.53 | 12.23 | - |
| YUV | 85.89 | 130.88 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 91 | 0.88 | 0 | 0.25 | 0.53 | 163.02 | 0.78 | 0.27 |
| Hex | F | 79 | 5B | 58 | 0 | 19 | 35 | A3 | 4E | 1B |
| Octal | 17 | 171 | 133 | 130 | 0 | 31 | 65 | 243 | 116 | 33 |
| Binary | 1111 | 1111001 | 1011011 | 1011000 | 0 | 11001 | 110101 | 10100011 | 1001110 | 11011 |
Color Harmonies of #0F795B
Complementary color
Monochromatic Colors of #0F795B
Black with #0F795B
Text Example
Text Example
White with #0F795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F795B; }
p { color: rgb(15,121,91); }
H1.HeaderClassName
{
color: #0F795B;
}
.AnyTagClassName
{
color: #0F795B;
}
</style>
background-color css
<style>
a { background-color: #0F795B; }
a { background-color: rgb(15,121,91); }
div.DivClassName
{
background-color: #0F795B;
}
.BgClassName
{
background-color: #0F795B;
}
</style>
border-color css
<style>
span { border-color: #0F795B; }
span { border-color: rgb(15,121,91); }
td.TdClassName
{
border-color: #0F795B;
}
.TagClassName
{
border-color: #0F795B;
}
</style>