Shades of Teal #0F827E
Tints of Teal #0F827E
RGB
CMYK
RGB Variations
Color information
#0F827E (or 0x0F827E) is known color: Teal. HEX triplet: 0F, 82 and 7E. RGB value is (15,130,126). Sum of RGB (Red+Green+Blue) = 15+130+126=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #0F827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F827E is #F07D81. Grayscale: #5F5F5F. Windows color (decimal): -15760770 or 8290831. OLE color: 8290831.
HSL color Cylindrical-coordinate representation of color #0F827E: hue angle of 177.91º 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 #0F827E is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 126 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.49 |
| HSL | 177.91º | 0.79% | 0.28% | - |
| HSV(B) | 177.91º | 0.88% | 0.51% | - |
| XYZ | 11.95 | 17.57 | 22.5 | - |
| YUV | 95.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 126 | 0.88 | 0 | 0.03 | 0.49 | 177.91 | 0.79 | 0.28 |
| Hex | F | 82 | 7E | 58 | 0 | 3 | 31 | B2 | 4F | 1C |
| Octal | 17 | 202 | 176 | 130 | 0 | 3 | 61 | 262 | 117 | 34 |
| Binary | 1111 | 10000010 | 1111110 | 1011000 | 0 | 11 | 110001 | 10110010 | 1001111 | 11100 |
Color Harmonies of #0F827E
Complementary color
Monochromatic Colors of #0F827E
Black with #0F827E
Text Example
Text Example
White with #0F827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F827E; }
p { color: rgb(15,130,126); }
H1.HeaderClassName
{
color: #0F827E;
}
.AnyTagClassName
{
color: #0F827E;
}
</style>
background-color css
<style>
a { background-color: #0F827E; }
a { background-color: rgb(15,130,126); }
div.DivClassName
{
background-color: #0F827E;
}
.BgClassName
{
background-color: #0F827E;
}
</style>
border-color css
<style>
span { border-color: #0F827E; }
span { border-color: rgb(15,130,126); }
td.TdClassName
{
border-color: #0F827E;
}
.TagClassName
{
border-color: #0F827E;
}
</style>