Shades of Teal #137D80
Tints of Teal #137D80
RGB
CMYK
RGB Variations
Color information
#137D80 (or 0x137D80) is known color: Teal. HEX triplet: 13, 7D and 80. RGB value is (19,125,128). Sum of RGB (Red+Green+Blue) = 19+125+128=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #137D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D80 is #EC827F. Grayscale: #5D5D5D. Windows color (decimal): -15499904 or 8420627. OLE color: 8420627.
HSL color Cylindrical-coordinate representation of color #137D80: hue angle of 181.65º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D80 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 125 | 128 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.50 |
| HSL | 181.65º | 0.74% | 0.29% | - |
| HSV(B) | 181.65º | 0.85% | 0.5% | - |
| XYZ | 11.5 | 16.36 | 22.97 | - |
| YUV | 93.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 128 | 0.85 | 0.02 | 0 | 0.50 | 181.65 | 0.74 | 0.29 |
| Hex | 13 | 7D | 80 | 55 | 2 | 0 | 32 | B6 | 4A | 1D |
| Octal | 23 | 175 | 200 | 125 | 2 | 0 | 62 | 266 | 112 | 35 |
| Binary | 10011 | 1111101 | 10000000 | 1010101 | 10 | 0 | 110010 | 10110110 | 1001010 | 11101 |
Color Harmonies of #137D80
Complementary color
Monochromatic Colors of #137D80
Black with #137D80
Text Example
Text Example
White with #137D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D80; }
p { color: rgb(19,125,128); }
H1.HeaderClassName
{
color: #137D80;
}
.AnyTagClassName
{
color: #137D80;
}
</style>
background-color css
<style>
a { background-color: #137D80; }
a { background-color: rgb(19,125,128); }
div.DivClassName
{
background-color: #137D80;
}
.BgClassName
{
background-color: #137D80;
}
</style>
border-color css
<style>
span { border-color: #137D80; }
span { border-color: rgb(19,125,128); }
td.TdClassName
{
border-color: #137D80;
}
.TagClassName
{
border-color: #137D80;
}
</style>