Shades of Teal #157F86
Tints of Teal #157F86
RGB
CMYK
RGB Variations
Color information
#157F86 (or 0x157F86) is known color: Teal. HEX triplet: 15, 7F and 86. RGB value is (21,127,134). Sum of RGB (Red+Green+Blue) = 21+127+134=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #157F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F86 is #EA8079. Grayscale: #5F5F5F. Windows color (decimal): -15368314 or 8814357. OLE color: 8814357.
HSL color Cylindrical-coordinate representation of color #157F86: hue angle of 183.72º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157F86 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 127 | 134 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.47 |
| HSL | 183.72º | 0.73% | 0.3% | - |
| HSV(B) | 183.72º | 0.84% | 0.53% | - |
| XYZ | 12.2 | 17.06 | 25.2 | - |
| YUV | 96.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 134 | 0.84 | 0.05 | 0 | 0.47 | 183.72 | 0.73 | 0.3 |
| Hex | 15 | 7F | 86 | 54 | 5 | 0 | 2F | B8 | 49 | 1E |
| Octal | 25 | 177 | 206 | 124 | 5 | 0 | 57 | 270 | 111 | 36 |
| Binary | 10101 | 1111111 | 10000110 | 1010100 | 101 | 0 | 101111 | 10111000 | 1001001 | 11110 |
Color Harmonies of #157F86
Complementary color
Monochromatic Colors of #157F86
Black with #157F86
Text Example
Text Example
White with #157F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F86; }
p { color: rgb(21,127,134); }
H1.HeaderClassName
{
color: #157F86;
}
.AnyTagClassName
{
color: #157F86;
}
</style>
background-color css
<style>
a { background-color: #157F86; }
a { background-color: rgb(21,127,134); }
div.DivClassName
{
background-color: #157F86;
}
.BgClassName
{
background-color: #157F86;
}
</style>
border-color css
<style>
span { border-color: #157F86; }
span { border-color: rgb(21,127,134); }
td.TdClassName
{
border-color: #157F86;
}
.TagClassName
{
border-color: #157F86;
}
</style>