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