Shades of Teal #0F8680
Tints of Teal #0F8680
RGB
CMYK
RGB Variations
Color information
#0F8680 (or 0x0F8680) is known color: Teal. HEX triplet: 0F, 86 and 80. RGB value is (15,134,128). Sum of RGB (Red+Green+Blue) = 15+134+128=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8680 is #F0797F. Grayscale: #616161. Windows color (decimal): -15759744 or 8422927. OLE color: 8422927.
HSL color Cylindrical-coordinate representation of color #0F8680: hue angle of 176.97º 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 #0F8680 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 134 | 128 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.47 |
| HSL | 176.97º | 0.8% | 0.29% | - |
| HSV(B) | 176.97º | 0.89% | 0.53% | - |
| XYZ | 12.62 | 18.71 | 23.37 | - |
| YUV | 97.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 128 | 0.89 | 0 | 0.04 | 0.47 | 176.97 | 0.8 | 0.29 |
| Hex | F | 86 | 80 | 59 | 0 | 4 | 2F | B1 | 50 | 1D |
| Octal | 17 | 206 | 200 | 131 | 0 | 4 | 57 | 261 | 120 | 35 |
| Binary | 1111 | 10000110 | 10000000 | 1011001 | 0 | 100 | 101111 | 10110001 | 1010000 | 11101 |
Color Harmonies of #0F8680
Complementary color
Monochromatic Colors of #0F8680
Black with #0F8680
Text Example
Text Example
White with #0F8680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8680; }
p { color: rgb(15,134,128); }
H1.HeaderClassName
{
color: #0F8680;
}
.AnyTagClassName
{
color: #0F8680;
}
</style>
background-color css
<style>
a { background-color: #0F8680; }
a { background-color: rgb(15,134,128); }
div.DivClassName
{
background-color: #0F8680;
}
.BgClassName
{
background-color: #0F8680;
}
</style>
border-color css
<style>
span { border-color: #0F8680; }
span { border-color: rgb(15,134,128); }
td.TdClassName
{
border-color: #0F8680;
}
.TagClassName
{
border-color: #0F8680;
}
</style>