Shades of Deep Sea #0F7D5E
Tints of Deep Sea #0F7D5E
RGB
CMYK
RGB Variations
Color information
#0F7D5E (or 0x0F7D5E) is known color: Deep Sea. HEX triplet: 0F, 7D and 5E. RGB value is (15,125,94). Sum of RGB (Red+Green+Blue) = 15+125+94=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #0F7D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7D5E is #F082A1. Grayscale: #585858. Windows color (decimal): -15762082 or 6192399. OLE color: 6192399.
HSL color Cylindrical-coordinate representation of color #0F7D5E: hue angle of 163.09º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7D5E is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 125 | 94 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.51 |
| HSL | 163.09º | 0.79% | 0.27% | - |
| HSV(B) | 163.09º | 0.88% | 0.49% | - |
| XYZ | 9.55 | 15.58 | 13.09 | - |
| YUV | 88.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 125 | 94 | 0.88 | 0 | 0.25 | 0.51 | 163.09 | 0.79 | 0.27 |
| Hex | F | 7D | 5E | 58 | 0 | 19 | 33 | A3 | 4F | 1B |
| Octal | 17 | 175 | 136 | 130 | 0 | 31 | 63 | 243 | 117 | 33 |
| Binary | 1111 | 1111101 | 1011110 | 1011000 | 0 | 11001 | 110011 | 10100011 | 1001111 | 11011 |
Color Harmonies of #0F7D5E
Complementary color
Monochromatic Colors of #0F7D5E
Black with #0F7D5E
Text Example
Text Example
White with #0F7D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7D5E; }
p { color: rgb(15,125,94); }
H1.HeaderClassName
{
color: #0F7D5E;
}
.AnyTagClassName
{
color: #0F7D5E;
}
</style>
background-color css
<style>
a { background-color: #0F7D5E; }
a { background-color: rgb(15,125,94); }
div.DivClassName
{
background-color: #0F7D5E;
}
.BgClassName
{
background-color: #0F7D5E;
}
</style>
border-color css
<style>
span { border-color: #0F7D5E; }
span { border-color: rgb(15,125,94); }
td.TdClassName
{
border-color: #0F7D5E;
}
.TagClassName
{
border-color: #0F7D5E;
}
</style>