Shades of Teal #157C87
Tints of Teal #157C87
RGB
CMYK
RGB Variations
Color information
#157C87 (or 0x157C87) is known color: Teal. HEX triplet: 15, 7C and 87. RGB value is (21,124,135). Sum of RGB (Red+Green+Blue) = 21+124+135=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #157C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C87 is #EA8378. Grayscale: #5E5E5E. Windows color (decimal): -15369081 or 8879125. OLE color: 8879125.
HSL color Cylindrical-coordinate representation of color #157C87: hue angle of 185.79º 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 #157C87 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 124 | 135 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.47 |
| HSL | 185.79º | 0.73% | 0.31% | - |
| HSV(B) | 185.79º | 0.84% | 0.53% | - |
| XYZ | 11.89 | 16.32 | 25.45 | - |
| YUV | 94.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 135 | 0.84 | 0.08 | 0 | 0.47 | 185.79 | 0.73 | 0.31 |
| Hex | 15 | 7C | 87 | 54 | 8 | 0 | 2F | BA | 49 | 1F |
| Octal | 25 | 174 | 207 | 124 | 10 | 0 | 57 | 272 | 111 | 37 |
| Binary | 10101 | 1111100 | 10000111 | 1010100 | 1000 | 0 | 101111 | 10111010 | 1001001 | 11111 |
Color Harmonies of #157C87
Complementary color
Monochromatic Colors of #157C87
Black with #157C87
Text Example
Text Example
White with #157C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C87; }
p { color: rgb(21,124,135); }
H1.HeaderClassName
{
color: #157C87;
}
.AnyTagClassName
{
color: #157C87;
}
</style>
background-color css
<style>
a { background-color: #157C87; }
a { background-color: rgb(21,124,135); }
div.DivClassName
{
background-color: #157C87;
}
.BgClassName
{
background-color: #157C87;
}
</style>
border-color css
<style>
span { border-color: #157C87; }
span { border-color: rgb(21,124,135); }
td.TdClassName
{
border-color: #157C87;
}
.TagClassName
{
border-color: #157C87;
}
</style>