Shades of Teal #16867F
Tints of Teal #16867F
RGB
CMYK
RGB Variations
Color information
#16867F (or 0x16867F) is known color: Teal. HEX triplet: 16, 86 and 7F. RGB value is (22,134,127). Sum of RGB (Red+Green+Blue) = 22+134+127=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #16867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16867F is #E97980. Grayscale: #636363. Windows color (decimal): -15300993 or 8357398. OLE color: 8357398.
HSL color Cylindrical-coordinate representation of color #16867F: hue angle of 176.25º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16867F is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 127 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.47 |
| HSL | 176.25º | 0.72% | 0.31% | - |
| HSV(B) | 176.25º | 0.84% | 0.53% | - |
| XYZ | 12.69 | 18.75 | 23.03 | - |
| YUV | 99.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 127 | 0.84 | 0 | 0.05 | 0.47 | 176.25 | 0.72 | 0.31 |
| Hex | 16 | 86 | 7F | 54 | 0 | 5 | 2F | B0 | 48 | 1F |
| Octal | 26 | 206 | 177 | 124 | 0 | 5 | 57 | 260 | 110 | 37 |
| Binary | 10110 | 10000110 | 1111111 | 1010100 | 0 | 101 | 101111 | 10110000 | 1001000 | 11111 |
Color Harmonies of #16867F
Complementary color
Monochromatic Colors of #16867F
Black with #16867F
Text Example
Text Example
White with #16867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16867F; }
p { color: rgb(22,134,127); }
H1.HeaderClassName
{
color: #16867F;
}
.AnyTagClassName
{
color: #16867F;
}
</style>
background-color css
<style>
a { background-color: #16867F; }
a { background-color: rgb(22,134,127); }
div.DivClassName
{
background-color: #16867F;
}
.BgClassName
{
background-color: #16867F;
}
</style>
border-color css
<style>
span { border-color: #16867F; }
span { border-color: rgb(22,134,127); }
td.TdClassName
{
border-color: #16867F;
}
.TagClassName
{
border-color: #16867F;
}
</style>