Shades of Teal #157D85
Tints of Teal #157D85
RGB
CMYK
RGB Variations
Color information
#157D85 (or 0x157D85) is known color: Teal. HEX triplet: 15, 7D and 85. RGB value is (21,125,133). Sum of RGB (Red+Green+Blue) = 21+125+133=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #157D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D85 is #EA827A. Grayscale: #5E5E5E. Windows color (decimal): -15368827 or 8748309. OLE color: 8748309.
HSL color Cylindrical-coordinate representation of color #157D85: hue angle of 184.29º 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 #157D85 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 125 | 133 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.48 |
| HSL | 184.29º | 0.73% | 0.3% | - |
| HSV(B) | 184.29º | 0.84% | 0.52% | - |
| XYZ | 11.88 | 16.52 | 24.75 | - |
| YUV | 94.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 133 | 0.84 | 0.06 | 0 | 0.48 | 184.29 | 0.73 | 0.3 |
| Hex | 15 | 7D | 85 | 54 | 6 | 0 | 30 | B8 | 49 | 1E |
| Octal | 25 | 175 | 205 | 124 | 6 | 0 | 60 | 270 | 111 | 36 |
| Binary | 10101 | 1111101 | 10000101 | 1010100 | 110 | 0 | 110000 | 10111000 | 1001001 | 11110 |
Color Harmonies of #157D85
Complementary color
Monochromatic Colors of #157D85
Black with #157D85
Text Example
Text Example
White with #157D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D85; }
p { color: rgb(21,125,133); }
H1.HeaderClassName
{
color: #157D85;
}
.AnyTagClassName
{
color: #157D85;
}
</style>
background-color css
<style>
a { background-color: #157D85; }
a { background-color: rgb(21,125,133); }
div.DivClassName
{
background-color: #157D85;
}
.BgClassName
{
background-color: #157D85;
}
</style>
border-color css
<style>
span { border-color: #157D85; }
span { border-color: rgb(21,125,133); }
td.TdClassName
{
border-color: #157D85;
}
.TagClassName
{
border-color: #157D85;
}
</style>