Shades of Teal #158481
Tints of Teal #158481
RGB
CMYK
RGB Variations
Color information
#158481 (or 0x158481) is known color: Teal. HEX triplet: 15, 84 and 81. RGB value is (21,132,129). Sum of RGB (Red+Green+Blue) = 21+132+129=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #158481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158481 is #EA7B7E. Grayscale: #626262. Windows color (decimal): -15367039 or 8487957. OLE color: 8487957.
HSL color Cylindrical-coordinate representation of color #158481: hue angle of 178.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158481 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 129 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.48 |
| HSL | 178.38º | 0.73% | 0.3% | - |
| HSV(B) | 178.38º | 0.84% | 0.52% | - |
| XYZ | 12.52 | 18.25 | 23.63 | - |
| YUV | 98.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 129 | 0.84 | 0 | 0.02 | 0.48 | 178.38 | 0.73 | 0.3 |
| Hex | 15 | 84 | 81 | 54 | 0 | 2 | 30 | B2 | 49 | 1E |
| Octal | 25 | 204 | 201 | 124 | 0 | 2 | 60 | 262 | 111 | 36 |
| Binary | 10101 | 10000100 | 10000001 | 1010100 | 0 | 10 | 110000 | 10110010 | 1001001 | 11110 |
Color Harmonies of #158481
Complementary color
Monochromatic Colors of #158481
Black with #158481
Text Example
Text Example
White with #158481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158481; }
p { color: rgb(21,132,129); }
H1.HeaderClassName
{
color: #158481;
}
.AnyTagClassName
{
color: #158481;
}
</style>
background-color css
<style>
a { background-color: #158481; }
a { background-color: rgb(21,132,129); }
div.DivClassName
{
background-color: #158481;
}
.BgClassName
{
background-color: #158481;
}
</style>
border-color css
<style>
span { border-color: #158481; }
span { border-color: rgb(21,132,129); }
td.TdClassName
{
border-color: #158481;
}
.TagClassName
{
border-color: #158481;
}
</style>