Shades of Deep Sea #0F785E
Tints of Deep Sea #0F785E
RGB
CMYK
RGB Variations
Color information
#0F785E (or 0x0F785E) is known color: Deep Sea. HEX triplet: 0F, 78 and 5E. RGB value is (15,120,94). Sum of RGB (Red+Green+Blue) = 15+120+94=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #0F785E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F785E is #F087A1. Grayscale: #555555. Windows color (decimal): -15763362 or 6191119. OLE color: 6191119.
HSL color Cylindrical-coordinate representation of color #0F785E: hue angle of 165.14º 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 #0F785E is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 94 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.53 |
| HSL | 165.14º | 0.78% | 0.26% | - |
| HSV(B) | 165.14º | 0.88% | 0.47% | - |
| XYZ | 8.93 | 14.34 | 12.89 | - |
| YUV | 85.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 94 | 0.87 | 0 | 0.22 | 0.53 | 165.14 | 0.78 | 0.26 |
| Hex | F | 78 | 5E | 57 | 0 | 16 | 35 | A5 | 4E | 1A |
| Octal | 17 | 170 | 136 | 127 | 0 | 26 | 65 | 245 | 116 | 32 |
| Binary | 1111 | 1111000 | 1011110 | 1010111 | 0 | 10110 | 110101 | 10100101 | 1001110 | 11010 |
Color Harmonies of #0F785E
Complementary color
Monochromatic Colors of #0F785E
Black with #0F785E
Text Example
Text Example
White with #0F785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F785E; }
p { color: rgb(15,120,94); }
H1.HeaderClassName
{
color: #0F785E;
}
.AnyTagClassName
{
color: #0F785E;
}
</style>
background-color css
<style>
a { background-color: #0F785E; }
a { background-color: rgb(15,120,94); }
div.DivClassName
{
background-color: #0F785E;
}
.BgClassName
{
background-color: #0F785E;
}
</style>
border-color css
<style>
span { border-color: #0F785E; }
span { border-color: rgb(15,120,94); }
td.TdClassName
{
border-color: #0F785E;
}
.TagClassName
{
border-color: #0F785E;
}
</style>