Shades of Teal #0F8282
Tints of Teal #0F8282
RGB
CMYK
RGB Variations
Color information
#0F8282 (or 0x0F8282) is known color: Teal. HEX triplet: 0F, 82 and 82. RGB value is (15,130,130). Sum of RGB (Red+Green+Blue) = 15+130+130=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #0F8282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8282 is #F07D7D. Grayscale: #5F5F5F. Windows color (decimal): -15760766 or 8552975. OLE color: 8552975.
HSL color Cylindrical-coordinate representation of color #0F8282: hue angle of 180º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8282 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 130 | - |
| CMYK | 0.88 | 0 | 0 | 0.49 |
| HSL | 180º | 0.79% | 0.28% | - |
| HSV(B) | 180º | 0.88% | 0.51% | - |
| XYZ | 12.21 | 17.68 | 23.89 | - |
| YUV | 95.62 | 147.4 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 130 | 0.88 | 0 | 0 | 0.49 | 180 | 0.79 | 0.28 |
| Hex | F | 82 | 82 | 58 | 0 | 0 | 31 | B4 | 4F | 1C |
| Octal | 17 | 202 | 202 | 130 | 0 | 0 | 61 | 264 | 117 | 34 |
| Binary | 1111 | 10000010 | 10000010 | 1011000 | 0 | 0 | 110001 | 10110100 | 1001111 | 11100 |
Color Harmonies of #0F8282
Complementary color
Monochromatic Colors of #0F8282
Black with #0F8282
Text Example
Text Example
White with #0F8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8282; }
p { color: rgb(15,130,130); }
H1.HeaderClassName
{
color: #0F8282;
}
.AnyTagClassName
{
color: #0F8282;
}
</style>
background-color css
<style>
a { background-color: #0F8282; }
a { background-color: rgb(15,130,130); }
div.DivClassName
{
background-color: #0F8282;
}
.BgClassName
{
background-color: #0F8282;
}
</style>
border-color css
<style>
span { border-color: #0F8282; }
span { border-color: rgb(15,130,130); }
td.TdClassName
{
border-color: #0F8282;
}
.TagClassName
{
border-color: #0F8282;
}
</style>