Shades of Teal #157C83
Tints of Teal #157C83
RGB
CMYK
RGB Variations
Color information
#157C83 (or 0x157C83) is known color: Teal. HEX triplet: 15, 7C and 83. RGB value is (21,124,131). Sum of RGB (Red+Green+Blue) = 21+124+131=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #157C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C83 is #EA837C. Grayscale: #5D5D5D. Windows color (decimal): -15369085 or 8616981. OLE color: 8616981.
HSL color Cylindrical-coordinate representation of color #157C83: hue angle of 183.82º 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 #157C83 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 124 | 131 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.49 |
| HSL | 183.82º | 0.72% | 0.3% | - |
| HSV(B) | 183.82º | 0.84% | 0.51% | - |
| XYZ | 11.61 | 16.21 | 23.99 | - |
| YUV | 94 | 148.88 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 131 | 0.84 | 0.05 | 0 | 0.49 | 183.82 | 0.72 | 0.3 |
| Hex | 15 | 7C | 83 | 54 | 5 | 0 | 31 | B8 | 48 | 1E |
| Octal | 25 | 174 | 203 | 124 | 5 | 0 | 61 | 270 | 110 | 36 |
| Binary | 10101 | 1111100 | 10000011 | 1010100 | 101 | 0 | 110001 | 10111000 | 1001000 | 11110 |
Color Harmonies of #157C83
Complementary color
Monochromatic Colors of #157C83
Black with #157C83
Text Example
Text Example
White with #157C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C83; }
p { color: rgb(21,124,131); }
H1.HeaderClassName
{
color: #157C83;
}
.AnyTagClassName
{
color: #157C83;
}
</style>
background-color css
<style>
a { background-color: #157C83; }
a { background-color: rgb(21,124,131); }
div.DivClassName
{
background-color: #157C83;
}
.BgClassName
{
background-color: #157C83;
}
</style>
border-color css
<style>
span { border-color: #157C83; }
span { border-color: rgb(21,124,131); }
td.TdClassName
{
border-color: #157C83;
}
.TagClassName
{
border-color: #157C83;
}
</style>