Shades of Teal #137C89
Tints of Teal #137C89
RGB
CMYK
RGB Variations
Color information
#137C89 (or 0x137C89) is known color: Teal. HEX triplet: 13, 7C and 89. RGB value is (19,124,137). Sum of RGB (Red+Green+Blue) = 19+124+137=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #137C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C89 is #EC8376. Grayscale: #5D5D5D. Windows color (decimal): -15500151 or 9010195. OLE color: 9010195.
HSL color Cylindrical-coordinate representation of color #137C89: hue angle of 186.61º 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 #137C89 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 124 | 137 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.46 |
| HSL | 186.61º | 0.76% | 0.31% | - |
| HSV(B) | 186.61º | 0.86% | 0.54% | - |
| XYZ | 11.99 | 16.36 | 26.19 | - |
| YUV | 94.09 | 152.21 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 137 | 0.86 | 0.09 | 0 | 0.46 | 186.61 | 0.76 | 0.31 |
| Hex | 13 | 7C | 89 | 56 | 9 | 0 | 2E | BB | 4C | 1F |
| Octal | 23 | 174 | 211 | 126 | 11 | 0 | 56 | 273 | 114 | 37 |
| Binary | 10011 | 1111100 | 10001001 | 1010110 | 1001 | 0 | 101110 | 10111011 | 1001100 | 11111 |
Color Harmonies of #137C89
Complementary color
Monochromatic Colors of #137C89
Black with #137C89
Text Example
Text Example
White with #137C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C89; }
p { color: rgb(19,124,137); }
H1.HeaderClassName
{
color: #137C89;
}
.AnyTagClassName
{
color: #137C89;
}
</style>
background-color css
<style>
a { background-color: #137C89; }
a { background-color: rgb(19,124,137); }
div.DivClassName
{
background-color: #137C89;
}
.BgClassName
{
background-color: #137C89;
}
</style>
border-color css
<style>
span { border-color: #137C89; }
span { border-color: rgb(19,124,137); }
td.TdClassName
{
border-color: #137C89;
}
.TagClassName
{
border-color: #137C89;
}
</style>