Shades of Teal #0F7987
Tints of Teal #0F7987
RGB
CMYK
RGB Variations
Color information
#0F7987 (or 0x0F7987) is known color: Teal. HEX triplet: 0F, 79 and 87. RGB value is (15,121,135). Sum of RGB (Red+Green+Blue) = 15+121+135=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F7987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7987 is #F08678. Grayscale: #5A5A5A. Windows color (decimal): -15763065 or 8878351. OLE color: 8878351.
HSL color Cylindrical-coordinate representation of color #0F7987: hue angle of 187º 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 #0F7987 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 121 | 135 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.47 |
| HSL | 187º | 0.8% | 0.29% | - |
| HSV(B) | 187º | 0.89% | 0.53% | - |
| XYZ | 11.41 | 15.53 | 25.32 | - |
| YUV | 90.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 135 | 0.89 | 0.10 | 0 | 0.47 | 187 | 0.8 | 0.29 |
| Hex | F | 79 | 87 | 59 | A | 0 | 2F | BB | 50 | 1D |
| Octal | 17 | 171 | 207 | 131 | 12 | 0 | 57 | 273 | 120 | 35 |
| Binary | 1111 | 1111001 | 10000111 | 1011001 | 1010 | 0 | 101111 | 10111011 | 1010000 | 11101 |
Color Harmonies of #0F7987
Complementary color
Monochromatic Colors of #0F7987
Black with #0F7987
Text Example
Text Example
White with #0F7987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7987; }
p { color: rgb(15,121,135); }
H1.HeaderClassName
{
color: #0F7987;
}
.AnyTagClassName
{
color: #0F7987;
}
</style>
background-color css
<style>
a { background-color: #0F7987; }
a { background-color: rgb(15,121,135); }
div.DivClassName
{
background-color: #0F7987;
}
.BgClassName
{
background-color: #0F7987;
}
</style>
border-color css
<style>
span { border-color: #0F7987; }
span { border-color: rgb(15,121,135); }
td.TdClassName
{
border-color: #0F7987;
}
.TagClassName
{
border-color: #0F7987;
}
</style>