Shades of Teal #0F8482
Tints of Teal #0F8482
RGB
CMYK
RGB Variations
Color information
#0F8482 (or 0x0F8482) is known color: Teal. HEX triplet: 0F, 84 and 82. RGB value is (15,132,130). Sum of RGB (Red+Green+Blue) = 15+132+130=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8482 is #F07B7D. Grayscale: #606060. Windows color (decimal): -15760254 or 8553487. OLE color: 8553487.
HSL color Cylindrical-coordinate representation of color #0F8482: hue angle of 178.97º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8482 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 130 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.48 |
| HSL | 178.97º | 0.8% | 0.29% | - |
| HSV(B) | 178.97º | 0.89% | 0.52% | - |
| XYZ | 12.48 | 18.22 | 23.98 | - |
| YUV | 96.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 130 | 0.89 | 0 | 0.02 | 0.48 | 178.97 | 0.8 | 0.29 |
| Hex | F | 84 | 82 | 59 | 0 | 2 | 30 | B3 | 50 | 1D |
| Octal | 17 | 204 | 202 | 131 | 0 | 2 | 60 | 263 | 120 | 35 |
| Binary | 1111 | 10000100 | 10000010 | 1011001 | 0 | 10 | 110000 | 10110011 | 1010000 | 11101 |
Color Harmonies of #0F8482
Complementary color
Monochromatic Colors of #0F8482
Black with #0F8482
Text Example
Text Example
White with #0F8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8482; }
p { color: rgb(15,132,130); }
H1.HeaderClassName
{
color: #0F8482;
}
.AnyTagClassName
{
color: #0F8482;
}
</style>
background-color css
<style>
a { background-color: #0F8482; }
a { background-color: rgb(15,132,130); }
div.DivClassName
{
background-color: #0F8482;
}
.BgClassName
{
background-color: #0F8482;
}
</style>
border-color css
<style>
span { border-color: #0F8482; }
span { border-color: rgb(15,132,130); }
td.TdClassName
{
border-color: #0F8482;
}
.TagClassName
{
border-color: #0F8482;
}
</style>