Shades of Deep Sea #0F7E6C
Tints of Deep Sea #0F7E6C
RGB
CMYK
RGB Variations
Color information
#0F7E6C (or 0x0F7E6C) is known color: Deep Sea. HEX triplet: 0F, 7E and 6C. RGB value is (15,126,108). Sum of RGB (Red+Green+Blue) = 15+126+108=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7E6C is #F08193. Grayscale: #5A5A5A. Windows color (decimal): -15761812 or 7110159. OLE color: 7110159.
HSL color Cylindrical-coordinate representation of color #0F7E6C: hue angle of 170.27º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7E6C is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 126 | 108 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.51 |
| HSL | 170.27º | 0.79% | 0.28% | - |
| HSV(B) | 170.27º | 0.88% | 0.49% | - |
| XYZ | 10.36 | 16.11 | 16.75 | - |
| YUV | 90.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 126 | 108 | 0.88 | 0 | 0.14 | 0.51 | 170.27 | 0.79 | 0.28 |
| Hex | F | 7E | 6C | 58 | 0 | E | 33 | AA | 4F | 1C |
| Octal | 17 | 176 | 154 | 130 | 0 | 16 | 63 | 252 | 117 | 34 |
| Binary | 1111 | 1111110 | 1101100 | 1011000 | 0 | 1110 | 110011 | 10101010 | 1001111 | 11100 |
Color Harmonies of #0F7E6C
Complementary color
Monochromatic Colors of #0F7E6C
Black with #0F7E6C
Text Example
Text Example
White with #0F7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7E6C; }
p { color: rgb(15,126,108); }
H1.HeaderClassName
{
color: #0F7E6C;
}
.AnyTagClassName
{
color: #0F7E6C;
}
</style>
background-color css
<style>
a { background-color: #0F7E6C; }
a { background-color: rgb(15,126,108); }
div.DivClassName
{
background-color: #0F7E6C;
}
.BgClassName
{
background-color: #0F7E6C;
}
</style>
border-color css
<style>
span { border-color: #0F7E6C; }
span { border-color: rgb(15,126,108); }
td.TdClassName
{
border-color: #0F7E6C;
}
.TagClassName
{
border-color: #0F7E6C;
}
</style>