Shades of Teal #158381
Tints of Teal #158381
RGB
CMYK
RGB Variations
Color information
#158381 (or 0x158381) is known color: Teal. HEX triplet: 15, 83 and 81. RGB value is (21,131,129). Sum of RGB (Red+Green+Blue) = 21+131+129=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #158381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158381 is #EA7C7E. Grayscale: #616161. Windows color (decimal): -15367295 or 8487701. OLE color: 8487701.
HSL color Cylindrical-coordinate representation of color #158381: hue angle of 178.91º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158381 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 131 | 129 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.49 |
| HSL | 178.91º | 0.72% | 0.3% | - |
| HSV(B) | 178.91º | 0.84% | 0.51% | - |
| XYZ | 12.39 | 17.98 | 23.59 | - |
| YUV | 97.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 129 | 0.84 | 0 | 0.02 | 0.49 | 178.91 | 0.72 | 0.3 |
| Hex | 15 | 83 | 81 | 54 | 0 | 2 | 31 | B3 | 48 | 1E |
| Octal | 25 | 203 | 201 | 124 | 0 | 2 | 61 | 263 | 110 | 36 |
| Binary | 10101 | 10000011 | 10000001 | 1010100 | 0 | 10 | 110001 | 10110011 | 1001000 | 11110 |
Color Harmonies of #158381
Complementary color
Monochromatic Colors of #158381
Black with #158381
Text Example
Text Example
White with #158381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158381; }
p { color: rgb(21,131,129); }
H1.HeaderClassName
{
color: #158381;
}
.AnyTagClassName
{
color: #158381;
}
</style>
background-color css
<style>
a { background-color: #158381; }
a { background-color: rgb(21,131,129); }
div.DivClassName
{
background-color: #158381;
}
.BgClassName
{
background-color: #158381;
}
</style>
border-color css
<style>
span { border-color: #158381; }
span { border-color: rgb(21,131,129); }
td.TdClassName
{
border-color: #158381;
}
.TagClassName
{
border-color: #158381;
}
</style>