Shades of Teal #158980
Tints of Teal #158980
RGB
CMYK
RGB Variations
Color information
#158980 (or 0x158980) is known color: Teal. HEX triplet: 15, 89 and 80. RGB value is (21,137,128). Sum of RGB (Red+Green+Blue) = 21+137+128=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #158980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158980 is #EA767F. Grayscale: #656565. Windows color (decimal): -15365760 or 8423701. OLE color: 8423701.
HSL color Cylindrical-coordinate representation of color #158980: hue angle of 175.34º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158980 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 137 | 128 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.46 |
| HSL | 175.34º | 0.73% | 0.31% | - |
| HSV(B) | 175.34º | 0.85% | 0.54% | - |
| XYZ | 13.15 | 19.61 | 23.51 | - |
| YUV | 101.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 128 | 0.85 | 0 | 0.07 | 0.46 | 175.34 | 0.73 | 0.31 |
| Hex | 15 | 89 | 80 | 55 | 0 | 7 | 2E | AF | 49 | 1F |
| Octal | 25 | 211 | 200 | 125 | 0 | 7 | 56 | 257 | 111 | 37 |
| Binary | 10101 | 10001001 | 10000000 | 1010101 | 0 | 111 | 101110 | 10101111 | 1001001 | 11111 |
Color Harmonies of #158980
Complementary color
Monochromatic Colors of #158980
Black with #158980
Text Example
Text Example
White with #158980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158980; }
p { color: rgb(21,137,128); }
H1.HeaderClassName
{
color: #158980;
}
.AnyTagClassName
{
color: #158980;
}
</style>
background-color css
<style>
a { background-color: #158980; }
a { background-color: rgb(21,137,128); }
div.DivClassName
{
background-color: #158980;
}
.BgClassName
{
background-color: #158980;
}
</style>
border-color css
<style>
span { border-color: #158980; }
span { border-color: rgb(21,137,128); }
td.TdClassName
{
border-color: #158980;
}
.TagClassName
{
border-color: #158980;
}
</style>