Shades of Deep Sea #0F785F
Tints of Deep Sea #0F785F
RGB
CMYK
RGB Variations
Color information
#0F785F (or 0x0F785F) is known color: Deep Sea. HEX triplet: 0F, 78 and 5F. RGB value is (15,120,95). Sum of RGB (Red+Green+Blue) = 15+120+95=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #0F785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F785F is #F087A0. Grayscale: #555555. Windows color (decimal): -15763361 or 6256655. OLE color: 6256655.
HSL color Cylindrical-coordinate representation of color #0F785F: hue angle of 165.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F785F is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 95 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.53 |
| HSL | 165.71º | 0.78% | 0.26% | - |
| HSV(B) | 165.71º | 0.88% | 0.47% | - |
| XYZ | 8.98 | 14.36 | 13.13 | - |
| YUV | 85.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 95 | 0.87 | 0 | 0.21 | 0.53 | 165.71 | 0.78 | 0.26 |
| Hex | F | 78 | 5F | 57 | 0 | 15 | 35 | A6 | 4E | 1A |
| Octal | 17 | 170 | 137 | 127 | 0 | 25 | 65 | 246 | 116 | 32 |
| Binary | 1111 | 1111000 | 1011111 | 1010111 | 0 | 10101 | 110101 | 10100110 | 1001110 | 11010 |
Color Harmonies of #0F785F
Complementary color
Monochromatic Colors of #0F785F
Black with #0F785F
Text Example
Text Example
White with #0F785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F785F; }
p { color: rgb(15,120,95); }
H1.HeaderClassName
{
color: #0F785F;
}
.AnyTagClassName
{
color: #0F785F;
}
</style>
background-color css
<style>
a { background-color: #0F785F; }
a { background-color: rgb(15,120,95); }
div.DivClassName
{
background-color: #0F785F;
}
.BgClassName
{
background-color: #0F785F;
}
</style>
border-color css
<style>
span { border-color: #0F785F; }
span { border-color: rgb(15,120,95); }
td.TdClassName
{
border-color: #0F785F;
}
.TagClassName
{
border-color: #0F785F;
}
</style>