Shades of Teal #158184
Tints of Teal #158184
RGB
CMYK
RGB Variations
Color information
#158184 (or 0x158184) is known color: Teal. HEX triplet: 15, 81 and 84. RGB value is (21,129,132). Sum of RGB (Red+Green+Blue) = 21+129+132=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #158184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158184 is #EA7E7B. Grayscale: #606060. Windows color (decimal): -15367804 or 8683797. OLE color: 8683797.
HSL color Cylindrical-coordinate representation of color #158184: hue angle of 181.62º 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 #158184 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 129 | 132 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.48 |
| HSL | 181.62º | 0.73% | 0.3% | - |
| HSV(B) | 181.62º | 0.84% | 0.52% | - |
| XYZ | 12.32 | 17.53 | 24.56 | - |
| YUV | 97.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 132 | 0.84 | 0.02 | 0 | 0.48 | 181.62 | 0.73 | 0.3 |
| Hex | 15 | 81 | 84 | 54 | 2 | 0 | 30 | B6 | 49 | 1E |
| Octal | 25 | 201 | 204 | 124 | 2 | 0 | 60 | 266 | 111 | 36 |
| Binary | 10101 | 10000001 | 10000100 | 1010100 | 10 | 0 | 110000 | 10110110 | 1001001 | 11110 |
Color Harmonies of #158184
Complementary color
Monochromatic Colors of #158184
Black with #158184
Text Example
Text Example
White with #158184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158184; }
p { color: rgb(21,129,132); }
H1.HeaderClassName
{
color: #158184;
}
.AnyTagClassName
{
color: #158184;
}
</style>
background-color css
<style>
a { background-color: #158184; }
a { background-color: rgb(21,129,132); }
div.DivClassName
{
background-color: #158184;
}
.BgClassName
{
background-color: #158184;
}
</style>
border-color css
<style>
span { border-color: #158184; }
span { border-color: rgb(21,129,132); }
td.TdClassName
{
border-color: #158184;
}
.TagClassName
{
border-color: #158184;
}
</style>