Shades of Deep Sea #0F7C58
Tints of Deep Sea #0F7C58
RGB
CMYK
RGB Variations
Color information
#0F7C58 (or 0x0F7C58) is known color: Deep Sea. HEX triplet: 0F, 7C and 58. RGB value is (15,124,88). Sum of RGB (Red+Green+Blue) = 15+124+88=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C58 is #F083A7. Grayscale: #575757. Windows color (decimal): -15762344 or 5798927. OLE color: 5798927.
HSL color Cylindrical-coordinate representation of color #0F7C58: hue angle of 160.18º degrees, saturation: 0.78, 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 #0F7C58 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 124 | 88 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.51 |
| HSL | 160.18º | 0.78% | 0.27% | - |
| HSV(B) | 160.18º | 0.88% | 0.49% | - |
| XYZ | 9.17 | 15.22 | 11.69 | - |
| YUV | 87.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 88 | 0.88 | 0 | 0.29 | 0.51 | 160.18 | 0.78 | 0.27 |
| Hex | F | 7C | 58 | 58 | 0 | 1D | 33 | A0 | 4E | 1B |
| Octal | 17 | 174 | 130 | 130 | 0 | 35 | 63 | 240 | 116 | 33 |
| Binary | 1111 | 1111100 | 1011000 | 1011000 | 0 | 11101 | 110011 | 10100000 | 1001110 | 11011 |
Color Harmonies of #0F7C58
Complementary color
Monochromatic Colors of #0F7C58
Black with #0F7C58
Text Example
Text Example
White with #0F7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7C58; }
p { color: rgb(15,124,88); }
H1.HeaderClassName
{
color: #0F7C58;
}
.AnyTagClassName
{
color: #0F7C58;
}
</style>
background-color css
<style>
a { background-color: #0F7C58; }
a { background-color: rgb(15,124,88); }
div.DivClassName
{
background-color: #0F7C58;
}
.BgClassName
{
background-color: #0F7C58;
}
</style>
border-color css
<style>
span { border-color: #0F7C58; }
span { border-color: rgb(15,124,88); }
td.TdClassName
{
border-color: #0F7C58;
}
.TagClassName
{
border-color: #0F7C58;
}
</style>