Shades of Teal #157F85
Tints of Teal #157F85
RGB
CMYK
RGB Variations
Color information
#157F85 (or 0x157F85) is known color: Teal. HEX triplet: 15, 7F and 85. RGB value is (21,127,133). Sum of RGB (Red+Green+Blue) = 21+127+133=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #157F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F85 is #EA807A. Grayscale: #5F5F5F. Windows color (decimal): -15368315 or 8748821. OLE color: 8748821.
HSL color Cylindrical-coordinate representation of color #157F85: hue angle of 183.21º 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 #157F85 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 127 | 133 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.48 |
| HSL | 183.21º | 0.73% | 0.3% | - |
| HSV(B) | 183.21º | 0.84% | 0.52% | - |
| XYZ | 12.13 | 17.03 | 24.84 | - |
| YUV | 95.99 | 148.88 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 133 | 0.84 | 0.05 | 0 | 0.48 | 183.21 | 0.73 | 0.3 |
| Hex | 15 | 7F | 85 | 54 | 5 | 0 | 30 | B7 | 49 | 1E |
| Octal | 25 | 177 | 205 | 124 | 5 | 0 | 60 | 267 | 111 | 36 |
| Binary | 10101 | 1111111 | 10000101 | 1010100 | 101 | 0 | 110000 | 10110111 | 1001001 | 11110 |
Color Harmonies of #157F85
Complementary color
Monochromatic Colors of #157F85
Black with #157F85
Text Example
Text Example
White with #157F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F85; }
p { color: rgb(21,127,133); }
H1.HeaderClassName
{
color: #157F85;
}
.AnyTagClassName
{
color: #157F85;
}
</style>
background-color css
<style>
a { background-color: #157F85; }
a { background-color: rgb(21,127,133); }
div.DivClassName
{
background-color: #157F85;
}
.BgClassName
{
background-color: #157F85;
}
</style>
border-color css
<style>
span { border-color: #157F85; }
span { border-color: rgb(21,127,133); }
td.TdClassName
{
border-color: #157F85;
}
.TagClassName
{
border-color: #157F85;
}
</style>