Shades of Deep Sea #0F785C
Tints of Deep Sea #0F785C
RGB
CMYK
RGB Variations
Color information
#0F785C (or 0x0F785C) is known color: Deep Sea. HEX triplet: 0F, 78 and 5C. RGB value is (15,120,92). Sum of RGB (Red+Green+Blue) = 15+120+92=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #0F785C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F785C is #F087A3. Grayscale: #555555. Windows color (decimal): -15763364 or 6060047. OLE color: 6060047.
HSL color Cylindrical-coordinate representation of color #0F785C: hue angle of 164º 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 #0F785C is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 92 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.53 |
| HSL | 164º | 0.78% | 0.26% | - |
| HSV(B) | 164º | 0.88% | 0.47% | - |
| XYZ | 8.85 | 14.31 | 12.42 | - |
| YUV | 85.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 92 | 0.87 | 0 | 0.23 | 0.53 | 164 | 0.78 | 0.26 |
| Hex | F | 78 | 5C | 57 | 0 | 17 | 35 | A4 | 4E | 1A |
| Octal | 17 | 170 | 134 | 127 | 0 | 27 | 65 | 244 | 116 | 32 |
| Binary | 1111 | 1111000 | 1011100 | 1010111 | 0 | 10111 | 110101 | 10100100 | 1001110 | 11010 |
Color Harmonies of #0F785C
Complementary color
Monochromatic Colors of #0F785C
Black with #0F785C
Text Example
Text Example
White with #0F785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F785C; }
p { color: rgb(15,120,92); }
H1.HeaderClassName
{
color: #0F785C;
}
.AnyTagClassName
{
color: #0F785C;
}
</style>
background-color css
<style>
a { background-color: #0F785C; }
a { background-color: rgb(15,120,92); }
div.DivClassName
{
background-color: #0F785C;
}
.BgClassName
{
background-color: #0F785C;
}
</style>
border-color css
<style>
span { border-color: #0F785C; }
span { border-color: rgb(15,120,92); }
td.TdClassName
{
border-color: #0F785C;
}
.TagClassName
{
border-color: #0F785C;
}
</style>