Shades of Teal #158781
Tints of Teal #158781
RGB
CMYK
RGB Variations
Color information
#158781 (or 0x158781) is known color: Teal. HEX triplet: 15, 87 and 81. RGB value is (21,135,129). Sum of RGB (Red+Green+Blue) = 21+135+129=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #158781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158781 is #EA787E. Grayscale: #646464. Windows color (decimal): -15366271 or 8488725. OLE color: 8488725.
HSL color Cylindrical-coordinate representation of color #158781: hue angle of 176.84º degrees, saturation: 0.73, 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 #158781 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 135 | 129 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.47 |
| HSL | 176.84º | 0.73% | 0.31% | - |
| HSV(B) | 176.84º | 0.84% | 0.53% | - |
| XYZ | 12.94 | 19.07 | 23.77 | - |
| YUV | 100.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 129 | 0.84 | 0 | 0.04 | 0.47 | 176.84 | 0.73 | 0.31 |
| Hex | 15 | 87 | 81 | 54 | 0 | 4 | 2F | B1 | 49 | 1F |
| Octal | 25 | 207 | 201 | 124 | 0 | 4 | 57 | 261 | 111 | 37 |
| Binary | 10101 | 10000111 | 10000001 | 1010100 | 0 | 100 | 101111 | 10110001 | 1001001 | 11111 |
Color Harmonies of #158781
Complementary color
Monochromatic Colors of #158781
Black with #158781
Text Example
Text Example
White with #158781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158781; }
p { color: rgb(21,135,129); }
H1.HeaderClassName
{
color: #158781;
}
.AnyTagClassName
{
color: #158781;
}
</style>
background-color css
<style>
a { background-color: #158781; }
a { background-color: rgb(21,135,129); }
div.DivClassName
{
background-color: #158781;
}
.BgClassName
{
background-color: #158781;
}
</style>
border-color css
<style>
span { border-color: #158781; }
span { border-color: rgb(21,135,129); }
td.TdClassName
{
border-color: #158781;
}
.TagClassName
{
border-color: #158781;
}
</style>