Shades of Teal #158086
Tints of Teal #158086
RGB
CMYK
RGB Variations
Color information
#158086 (or 0x158086) is known color: Teal. HEX triplet: 15, 80 and 86. RGB value is (21,128,134). Sum of RGB (Red+Green+Blue) = 21+128+134=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #158086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158086 is #EA7F79. Grayscale: #606060. Windows color (decimal): -15368058 or 8814613. OLE color: 8814613.
HSL color Cylindrical-coordinate representation of color #158086: hue angle of 183.19º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158086 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 128 | 134 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.47 |
| HSL | 183.19º | 0.73% | 0.3% | - |
| HSV(B) | 183.19º | 0.84% | 0.53% | - |
| XYZ | 12.33 | 17.32 | 25.25 | - |
| YUV | 96.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 134 | 0.84 | 0.04 | 0 | 0.47 | 183.19 | 0.73 | 0.3 |
| Hex | 15 | 80 | 86 | 54 | 4 | 0 | 2F | B7 | 49 | 1E |
| Octal | 25 | 200 | 206 | 124 | 4 | 0 | 57 | 267 | 111 | 36 |
| Binary | 10101 | 10000000 | 10000110 | 1010100 | 100 | 0 | 101111 | 10110111 | 1001001 | 11110 |
Color Harmonies of #158086
Complementary color
Monochromatic Colors of #158086
Black with #158086
Text Example
Text Example
White with #158086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158086; }
p { color: rgb(21,128,134); }
H1.HeaderClassName
{
color: #158086;
}
.AnyTagClassName
{
color: #158086;
}
</style>
background-color css
<style>
a { background-color: #158086; }
a { background-color: rgb(21,128,134); }
div.DivClassName
{
background-color: #158086;
}
.BgClassName
{
background-color: #158086;
}
</style>
border-color css
<style>
span { border-color: #158086; }
span { border-color: rgb(21,128,134); }
td.TdClassName
{
border-color: #158086;
}
.TagClassName
{
border-color: #158086;
}
</style>