Shades of Teal #157F89
Tints of Teal #157F89
RGB
CMYK
RGB Variations
Color information
#157F89 (or 0x157F89) is known color: Teal. HEX triplet: 15, 7F and 89. RGB value is (21,127,137). Sum of RGB (Red+Green+Blue) = 21+127+137=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #157F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F89 is #EA8076. Grayscale: #606060. Windows color (decimal): -15368311 or 9010965. OLE color: 9010965.
HSL color Cylindrical-coordinate representation of color #157F89: hue angle of 185.17º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157F89 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 127 | 137 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.46 |
| HSL | 185.17º | 0.73% | 0.31% | - |
| HSV(B) | 185.17º | 0.85% | 0.54% | - |
| XYZ | 12.41 | 17.14 | 26.32 | - |
| YUV | 96.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 137 | 0.85 | 0.07 | 0 | 0.46 | 185.17 | 0.73 | 0.31 |
| Hex | 15 | 7F | 89 | 55 | 7 | 0 | 2E | B9 | 49 | 1F |
| Octal | 25 | 177 | 211 | 125 | 7 | 0 | 56 | 271 | 111 | 37 |
| Binary | 10101 | 1111111 | 10001001 | 1010101 | 111 | 0 | 101110 | 10111001 | 1001001 | 11111 |
Color Harmonies of #157F89
Complementary color
Monochromatic Colors of #157F89
Black with #157F89
Text Example
Text Example
White with #157F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F89; }
p { color: rgb(21,127,137); }
H1.HeaderClassName
{
color: #157F89;
}
.AnyTagClassName
{
color: #157F89;
}
</style>
background-color css
<style>
a { background-color: #157F89; }
a { background-color: rgb(21,127,137); }
div.DivClassName
{
background-color: #157F89;
}
.BgClassName
{
background-color: #157F89;
}
</style>
border-color css
<style>
span { border-color: #157F89; }
span { border-color: rgb(21,127,137); }
td.TdClassName
{
border-color: #157F89;
}
.TagClassName
{
border-color: #157F89;
}
</style>