Shades of Teal #137D89
Tints of Teal #137D89
RGB
CMYK
RGB Variations
Color information
#137D89 (or 0x137D89) is known color: Teal. HEX triplet: 13, 7D and 89. RGB value is (19,125,137). Sum of RGB (Red+Green+Blue) = 19+125+137=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #137D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D89 is #EC8276. Grayscale: #5E5E5E. Windows color (decimal): -15499895 or 9010451. OLE color: 9010451.
HSL color Cylindrical-coordinate representation of color #137D89: hue angle of 186.1º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137D89 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 125 | 137 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.46 |
| HSL | 186.1º | 0.76% | 0.31% | - |
| HSV(B) | 186.1º | 0.86% | 0.54% | - |
| XYZ | 12.12 | 16.61 | 26.23 | - |
| YUV | 94.67 | 151.88 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 137 | 0.86 | 0.09 | 0 | 0.46 | 186.1 | 0.76 | 0.31 |
| Hex | 13 | 7D | 89 | 56 | 9 | 0 | 2E | BA | 4C | 1F |
| Octal | 23 | 175 | 211 | 126 | 11 | 0 | 56 | 272 | 114 | 37 |
| Binary | 10011 | 1111101 | 10001001 | 1010110 | 1001 | 0 | 101110 | 10111010 | 1001100 | 11111 |
Color Harmonies of #137D89
Complementary color
Monochromatic Colors of #137D89
Black with #137D89
Text Example
Text Example
White with #137D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D89; }
p { color: rgb(19,125,137); }
H1.HeaderClassName
{
color: #137D89;
}
.AnyTagClassName
{
color: #137D89;
}
</style>
background-color css
<style>
a { background-color: #137D89; }
a { background-color: rgb(19,125,137); }
div.DivClassName
{
background-color: #137D89;
}
.BgClassName
{
background-color: #137D89;
}
</style>
border-color css
<style>
span { border-color: #137D89; }
span { border-color: rgb(19,125,137); }
td.TdClassName
{
border-color: #137D89;
}
.TagClassName
{
border-color: #137D89;
}
</style>