Shades of Deep Sea #0F7C67
Tints of Deep Sea #0F7C67
RGB
CMYK
RGB Variations
Color information
#0F7C67 (or 0x0F7C67) is known color: Deep Sea. HEX triplet: 0F, 7C and 67. RGB value is (15,124,103). Sum of RGB (Red+Green+Blue) = 15+124+103=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C67 is #F08398. Grayscale: #585858. Windows color (decimal): -15762329 or 6781967. OLE color: 6781967.
HSL color Cylindrical-coordinate representation of color #0F7C67: hue angle of 168.44º 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 #0F7C67 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 124 | 103 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.51 |
| HSL | 168.44º | 0.78% | 0.27% | - |
| HSV(B) | 168.44º | 0.88% | 0.49% | - |
| XYZ | 9.85 | 15.5 | 15.3 | - |
| YUV | 89.02 | 135.89 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 103 | 0.88 | 0 | 0.17 | 0.51 | 168.44 | 0.78 | 0.27 |
| Hex | F | 7C | 67 | 58 | 0 | 11 | 33 | A8 | 4E | 1B |
| Octal | 17 | 174 | 147 | 130 | 0 | 21 | 63 | 250 | 116 | 33 |
| Binary | 1111 | 1111100 | 1100111 | 1011000 | 0 | 10001 | 110011 | 10101000 | 1001110 | 11011 |
Color Harmonies of #0F7C67
Complementary color
Monochromatic Colors of #0F7C67
Black with #0F7C67
Text Example
Text Example
White with #0F7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7C67; }
p { color: rgb(15,124,103); }
H1.HeaderClassName
{
color: #0F7C67;
}
.AnyTagClassName
{
color: #0F7C67;
}
</style>
background-color css
<style>
a { background-color: #0F7C67; }
a { background-color: rgb(15,124,103); }
div.DivClassName
{
background-color: #0F7C67;
}
.BgClassName
{
background-color: #0F7C67;
}
</style>
border-color css
<style>
span { border-color: #0F7C67; }
span { border-color: rgb(15,124,103); }
td.TdClassName
{
border-color: #0F7C67;
}
.TagClassName
{
border-color: #0F7C67;
}
</style>