Shades of Teal #157C84
Tints of Teal #157C84
RGB
CMYK
RGB Variations
Color information
#157C84 (or 0x157C84) is known color: Teal. HEX triplet: 15, 7C and 84. RGB value is (21,124,132). Sum of RGB (Red+Green+Blue) = 21+124+132=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #157C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C84 is #EA837B. Grayscale: #5D5D5D. Windows color (decimal): -15369084 or 8682517. OLE color: 8682517.
HSL color Cylindrical-coordinate representation of color #157C84: hue angle of 184.32º 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 #157C84 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 124 | 132 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.48 |
| HSL | 184.32º | 0.73% | 0.3% | - |
| HSV(B) | 184.32º | 0.84% | 0.52% | - |
| XYZ | 11.68 | 16.24 | 24.35 | - |
| YUV | 94.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 132 | 0.84 | 0.06 | 0 | 0.48 | 184.32 | 0.73 | 0.3 |
| Hex | 15 | 7C | 84 | 54 | 6 | 0 | 30 | B8 | 49 | 1E |
| Octal | 25 | 174 | 204 | 124 | 6 | 0 | 60 | 270 | 111 | 36 |
| Binary | 10101 | 1111100 | 10000100 | 1010100 | 110 | 0 | 110000 | 10111000 | 1001001 | 11110 |
Color Harmonies of #157C84
Complementary color
Monochromatic Colors of #157C84
Black with #157C84
Text Example
Text Example
White with #157C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C84; }
p { color: rgb(21,124,132); }
H1.HeaderClassName
{
color: #157C84;
}
.AnyTagClassName
{
color: #157C84;
}
</style>
background-color css
<style>
a { background-color: #157C84; }
a { background-color: rgb(21,124,132); }
div.DivClassName
{
background-color: #157C84;
}
.BgClassName
{
background-color: #157C84;
}
</style>
border-color css
<style>
span { border-color: #157C84; }
span { border-color: rgb(21,124,132); }
td.TdClassName
{
border-color: #157C84;
}
.TagClassName
{
border-color: #157C84;
}
</style>