Shades of Teal #0F7C86
Tints of Teal #0F7C86
RGB
CMYK
RGB Variations
Color information
#0F7C86 (or 0x0F7C86) is known color: Teal. HEX triplet: 0F, 7C and 86. RGB value is (15,124,134). Sum of RGB (Red+Green+Blue) = 15+124+134=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F7C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7C86 is #F08379. Grayscale: #5C5C5C. Windows color (decimal): -15762298 or 8813583. OLE color: 8813583.
HSL color Cylindrical-coordinate representation of color #0F7C86: hue angle of 185.04º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7C86 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 124 | 134 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.47 |
| HSL | 185.04º | 0.8% | 0.29% | - |
| HSV(B) | 185.04º | 0.89% | 0.53% | - |
| XYZ | 11.71 | 16.24 | 25.07 | - |
| YUV | 92.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 134 | 0.89 | 0.07 | 0 | 0.47 | 185.04 | 0.8 | 0.29 |
| Hex | F | 7C | 86 | 59 | 7 | 0 | 2F | B9 | 50 | 1D |
| Octal | 17 | 174 | 206 | 131 | 7 | 0 | 57 | 271 | 120 | 35 |
| Binary | 1111 | 1111100 | 10000110 | 1011001 | 111 | 0 | 101111 | 10111001 | 1010000 | 11101 |
Color Harmonies of #0F7C86
Complementary color
Monochromatic Colors of #0F7C86
Black with #0F7C86
Text Example
Text Example
White with #0F7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7C86; }
p { color: rgb(15,124,134); }
H1.HeaderClassName
{
color: #0F7C86;
}
.AnyTagClassName
{
color: #0F7C86;
}
</style>
background-color css
<style>
a { background-color: #0F7C86; }
a { background-color: rgb(15,124,134); }
div.DivClassName
{
background-color: #0F7C86;
}
.BgClassName
{
background-color: #0F7C86;
}
</style>
border-color css
<style>
span { border-color: #0F7C86; }
span { border-color: rgb(15,124,134); }
td.TdClassName
{
border-color: #0F7C86;
}
.TagClassName
{
border-color: #0F7C86;
}
</style>