Shades of Teal #158880
Tints of Teal #158880
RGB
CMYK
RGB Variations
Color information
#158880 (or 0x158880) is known color: Teal. HEX triplet: 15, 88 and 80. RGB value is (21,136,128). Sum of RGB (Red+Green+Blue) = 21+136+128=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #158880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158880 is #EA777F. Grayscale: #646464. Windows color (decimal): -15366016 or 8423445. OLE color: 8423445.
HSL color Cylindrical-coordinate representation of color #158880: hue angle of 175.83º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158880 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 136 | 128 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.47 |
| HSL | 175.83º | 0.73% | 0.31% | - |
| HSV(B) | 175.83º | 0.85% | 0.53% | - |
| XYZ | 13.01 | 19.33 | 23.47 | - |
| YUV | 100.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 128 | 0.85 | 0 | 0.06 | 0.47 | 175.83 | 0.73 | 0.31 |
| Hex | 15 | 88 | 80 | 55 | 0 | 6 | 2F | B0 | 49 | 1F |
| Octal | 25 | 210 | 200 | 125 | 0 | 6 | 57 | 260 | 111 | 37 |
| Binary | 10101 | 10001000 | 10000000 | 1010101 | 0 | 110 | 101111 | 10110000 | 1001001 | 11111 |
Color Harmonies of #158880
Complementary color
Monochromatic Colors of #158880
Black with #158880
Text Example
Text Example
White with #158880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158880; }
p { color: rgb(21,136,128); }
H1.HeaderClassName
{
color: #158880;
}
.AnyTagClassName
{
color: #158880;
}
</style>
background-color css
<style>
a { background-color: #158880; }
a { background-color: rgb(21,136,128); }
div.DivClassName
{
background-color: #158880;
}
.BgClassName
{
background-color: #158880;
}
</style>
border-color css
<style>
span { border-color: #158880; }
span { border-color: rgb(21,136,128); }
td.TdClassName
{
border-color: #158880;
}
.TagClassName
{
border-color: #158880;
}
</style>