Shades of Teal #157D83
Tints of Teal #157D83
RGB
CMYK
RGB Variations
Color information
#157D83 (or 0x157D83) is known color: Teal. HEX triplet: 15, 7D and 83. RGB value is (21,125,131). Sum of RGB (Red+Green+Blue) = 21+125+131=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #157D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D83 is #EA827C. Grayscale: #5E5E5E. Windows color (decimal): -15368829 or 8617237. OLE color: 8617237.
HSL color Cylindrical-coordinate representation of color #157D83: hue angle of 183.27º 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 #157D83 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 125 | 131 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.49 |
| HSL | 183.27º | 0.72% | 0.3% | - |
| HSV(B) | 183.27º | 0.84% | 0.51% | - |
| XYZ | 11.74 | 16.47 | 24.03 | - |
| YUV | 94.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 131 | 0.84 | 0.05 | 0 | 0.49 | 183.27 | 0.72 | 0.3 |
| Hex | 15 | 7D | 83 | 54 | 5 | 0 | 31 | B7 | 48 | 1E |
| Octal | 25 | 175 | 203 | 124 | 5 | 0 | 61 | 267 | 110 | 36 |
| Binary | 10101 | 1111101 | 10000011 | 1010100 | 101 | 0 | 110001 | 10110111 | 1001000 | 11110 |
Color Harmonies of #157D83
Complementary color
Monochromatic Colors of #157D83
Black with #157D83
Text Example
Text Example
White with #157D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D83; }
p { color: rgb(21,125,131); }
H1.HeaderClassName
{
color: #157D83;
}
.AnyTagClassName
{
color: #157D83;
}
</style>
background-color css
<style>
a { background-color: #157D83; }
a { background-color: rgb(21,125,131); }
div.DivClassName
{
background-color: #157D83;
}
.BgClassName
{
background-color: #157D83;
}
</style>
border-color css
<style>
span { border-color: #157D83; }
span { border-color: rgb(21,125,131); }
td.TdClassName
{
border-color: #157D83;
}
.TagClassName
{
border-color: #157D83;
}
</style>