Shades of Deep Sea #0F7758
Tints of Deep Sea #0F7758
RGB
CMYK
RGB Variations
Color information
#0F7758 (or 0x0F7758) is known color: Deep Sea. HEX triplet: 0F, 77 and 58. RGB value is (15,119,88). Sum of RGB (Red+Green+Blue) = 15+119+88=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7758 is #F088A7. Grayscale: #545454. Windows color (decimal): -15763624 or 5797647. OLE color: 5797647.
HSL color Cylindrical-coordinate representation of color #0F7758: hue angle of 162.12º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7758 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 88 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.53 |
| HSL | 162.12º | 0.78% | 0.26% | - |
| HSV(B) | 162.12º | 0.87% | 0.47% | - |
| XYZ | 8.56 | 14 | 11.48 | - |
| YUV | 84.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 88 | 0.87 | 0 | 0.26 | 0.53 | 162.12 | 0.78 | 0.26 |
| Hex | F | 77 | 58 | 57 | 0 | 1A | 35 | A2 | 4E | 1A |
| Octal | 17 | 167 | 130 | 127 | 0 | 32 | 65 | 242 | 116 | 32 |
| Binary | 1111 | 1110111 | 1011000 | 1010111 | 0 | 11010 | 110101 | 10100010 | 1001110 | 11010 |
Color Harmonies of #0F7758
Complementary color
Monochromatic Colors of #0F7758
Black with #0F7758
Text Example
Text Example
White with #0F7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7758; }
p { color: rgb(15,119,88); }
H1.HeaderClassName
{
color: #0F7758;
}
.AnyTagClassName
{
color: #0F7758;
}
</style>
background-color css
<style>
a { background-color: #0F7758; }
a { background-color: rgb(15,119,88); }
div.DivClassName
{
background-color: #0F7758;
}
.BgClassName
{
background-color: #0F7758;
}
</style>
border-color css
<style>
span { border-color: #0F7758; }
span { border-color: rgb(15,119,88); }
td.TdClassName
{
border-color: #0F7758;
}
.TagClassName
{
border-color: #0F7758;
}
</style>