Shades of Teal #0F7887
Tints of Teal #0F7887
RGB
CMYK
RGB Variations
Color information
#0F7887 (or 0x0F7887) is known color: Teal. HEX triplet: 0F, 78 and 87. RGB value is (15,120,135). Sum of RGB (Red+Green+Blue) = 15+120+135=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F7887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7887 is #F08778. Grayscale: #5A5A5A. Windows color (decimal): -15763321 or 8878095. OLE color: 8878095.
HSL color Cylindrical-coordinate representation of color #0F7887: hue angle of 187.5º 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 #0F7887 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 120 | 135 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.47 |
| HSL | 187.5º | 0.8% | 0.29% | - |
| HSV(B) | 187.5º | 0.89% | 0.53% | - |
| XYZ | 11.29 | 15.28 | 25.28 | - |
| YUV | 90.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 135 | 0.89 | 0.11 | 0 | 0.47 | 187.5 | 0.8 | 0.29 |
| Hex | F | 78 | 87 | 59 | B | 0 | 2F | BC | 50 | 1D |
| Octal | 17 | 170 | 207 | 131 | 13 | 0 | 57 | 274 | 120 | 35 |
| Binary | 1111 | 1111000 | 10000111 | 1011001 | 1011 | 0 | 101111 | 10111100 | 1010000 | 11101 |
Color Harmonies of #0F7887
Complementary color
Monochromatic Colors of #0F7887
Black with #0F7887
Text Example
Text Example
White with #0F7887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7887; }
p { color: rgb(15,120,135); }
H1.HeaderClassName
{
color: #0F7887;
}
.AnyTagClassName
{
color: #0F7887;
}
</style>
background-color css
<style>
a { background-color: #0F7887; }
a { background-color: rgb(15,120,135); }
div.DivClassName
{
background-color: #0F7887;
}
.BgClassName
{
background-color: #0F7887;
}
</style>
border-color css
<style>
span { border-color: #0F7887; }
span { border-color: rgb(15,120,135); }
td.TdClassName
{
border-color: #0F7887;
}
.TagClassName
{
border-color: #0F7887;
}
</style>