Shades of Teal #15847F
Tints of Teal #15847F
RGB
CMYK
RGB Variations
Color information
#15847F (or 0x15847F) is known color: Teal. HEX triplet: 15, 84 and 7F. RGB value is (21,132,127). Sum of RGB (Red+Green+Blue) = 21+132+127=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #15847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15847F is #EA7B80. Grayscale: #626262. Windows color (decimal): -15367041 or 8356885. OLE color: 8356885.
HSL color Cylindrical-coordinate representation of color #15847F: hue angle of 177.3º 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 #15847F is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 127 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.48 |
| HSL | 177.3º | 0.73% | 0.3% | - |
| HSV(B) | 177.3º | 0.84% | 0.52% | - |
| XYZ | 12.39 | 18.19 | 22.94 | - |
| YUV | 98.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 127 | 0.84 | 0 | 0.04 | 0.48 | 177.3 | 0.73 | 0.3 |
| Hex | 15 | 84 | 7F | 54 | 0 | 4 | 30 | B1 | 49 | 1E |
| Octal | 25 | 204 | 177 | 124 | 0 | 4 | 60 | 261 | 111 | 36 |
| Binary | 10101 | 10000100 | 1111111 | 1010100 | 0 | 100 | 110000 | 10110001 | 1001001 | 11110 |
Color Harmonies of #15847F
Complementary color
Monochromatic Colors of #15847F
Black with #15847F
Text Example
Text Example
White with #15847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15847F; }
p { color: rgb(21,132,127); }
H1.HeaderClassName
{
color: #15847F;
}
.AnyTagClassName
{
color: #15847F;
}
</style>
background-color css
<style>
a { background-color: #15847F; }
a { background-color: rgb(21,132,127); }
div.DivClassName
{
background-color: #15847F;
}
.BgClassName
{
background-color: #15847F;
}
</style>
border-color css
<style>
span { border-color: #15847F; }
span { border-color: rgb(21,132,127); }
td.TdClassName
{
border-color: #15847F;
}
.TagClassName
{
border-color: #15847F;
}
</style>