Shades of Deep Sea #0F7A69
Tints of Deep Sea #0F7A69
RGB
CMYK
RGB Variations
Color information
#0F7A69 (or 0x0F7A69) is known color: Deep Sea. HEX triplet: 0F, 7A and 69. RGB value is (15,122,105). Sum of RGB (Red+Green+Blue) = 15+122+105=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7A69 is #F08596. Grayscale: #585858. Windows color (decimal): -15762839 or 6912527. OLE color: 6912527.
HSL color Cylindrical-coordinate representation of color #0F7A69: hue angle of 170.47º 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 #0F7A69 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 122 | 105 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.52 |
| HSL | 170.47º | 0.78% | 0.27% | - |
| HSV(B) | 170.47º | 0.88% | 0.48% | - |
| XYZ | 9.71 | 15.04 | 15.76 | - |
| YUV | 88.07 | 137.55 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 122 | 105 | 0.88 | 0 | 0.14 | 0.52 | 170.47 | 0.78 | 0.27 |
| Hex | F | 7A | 69 | 58 | 0 | E | 34 | AA | 4E | 1B |
| Octal | 17 | 172 | 151 | 130 | 0 | 16 | 64 | 252 | 116 | 33 |
| Binary | 1111 | 1111010 | 1101001 | 1011000 | 0 | 1110 | 110100 | 10101010 | 1001110 | 11011 |
Color Harmonies of #0F7A69
Complementary color
Monochromatic Colors of #0F7A69
Black with #0F7A69
Text Example
Text Example
White with #0F7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7A69; }
p { color: rgb(15,122,105); }
H1.HeaderClassName
{
color: #0F7A69;
}
.AnyTagClassName
{
color: #0F7A69;
}
</style>
background-color css
<style>
a { background-color: #0F7A69; }
a { background-color: rgb(15,122,105); }
div.DivClassName
{
background-color: #0F7A69;
}
.BgClassName
{
background-color: #0F7A69;
}
</style>
border-color css
<style>
span { border-color: #0F7A69; }
span { border-color: rgb(15,122,105); }
td.TdClassName
{
border-color: #0F7A69;
}
.TagClassName
{
border-color: #0F7A69;
}
</style>