Shades of Deep Sea #0F7A60
Tints of Deep Sea #0F7A60
RGB
CMYK
RGB Variations
Color information
#0F7A60 (or 0x0F7A60) is known color: Deep Sea. HEX triplet: 0F, 7A and 60. RGB value is (15,122,96). Sum of RGB (Red+Green+Blue) = 15+122+96=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7A60 is #F0859F. Grayscale: #575757. Windows color (decimal): -15762848 or 6322703. OLE color: 6322703.
HSL color Cylindrical-coordinate representation of color #0F7A60: hue angle of 165.42º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7A60 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 122 | 96 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.52 |
| HSL | 165.42º | 0.78% | 0.27% | - |
| HSV(B) | 165.42º | 0.88% | 0.48% | - |
| XYZ | 9.27 | 14.87 | 13.45 | - |
| YUV | 87.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 122 | 96 | 0.88 | 0 | 0.21 | 0.52 | 165.42 | 0.78 | 0.27 |
| Hex | F | 7A | 60 | 58 | 0 | 15 | 34 | A5 | 4E | 1B |
| Octal | 17 | 172 | 140 | 130 | 0 | 25 | 64 | 245 | 116 | 33 |
| Binary | 1111 | 1111010 | 1100000 | 1011000 | 0 | 10101 | 110100 | 10100101 | 1001110 | 11011 |
Color Harmonies of #0F7A60
Complementary color
Monochromatic Colors of #0F7A60
Black with #0F7A60
Text Example
Text Example
White with #0F7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7A60; }
p { color: rgb(15,122,96); }
H1.HeaderClassName
{
color: #0F7A60;
}
.AnyTagClassName
{
color: #0F7A60;
}
</style>
background-color css
<style>
a { background-color: #0F7A60; }
a { background-color: rgb(15,122,96); }
div.DivClassName
{
background-color: #0F7A60;
}
.BgClassName
{
background-color: #0F7A60;
}
</style>
border-color css
<style>
span { border-color: #0F7A60; }
span { border-color: rgb(15,122,96); }
td.TdClassName
{
border-color: #0F7A60;
}
.TagClassName
{
border-color: #0F7A60;
}
</style>