Shades of Teal #137E7D
Tints of Teal #137E7D
RGB
CMYK
RGB Variations
Color information
#137E7D (or 0x137E7D) is known color: Teal. HEX triplet: 13, 7E and 7D. RGB value is (19,126,125). Sum of RGB (Red+Green+Blue) = 19+126+125=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #137E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137E7D is #EC8182. Grayscale: #5D5D5D. Windows color (decimal): -15499651 or 8224275. OLE color: 8224275.
HSL color Cylindrical-coordinate representation of color #137E7D: hue angle of 179.44º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137E7D is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 125 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.51 |
| HSL | 179.44º | 0.74% | 0.28% | - |
| HSV(B) | 179.44º | 0.85% | 0.49% | - |
| XYZ | 11.43 | 16.54 | 21.99 | - |
| YUV | 93.89 | 145.55 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 125 | 0.85 | 0 | 0.01 | 0.51 | 179.44 | 0.74 | 0.28 |
| Hex | 13 | 7E | 7D | 55 | 0 | 1 | 33 | B3 | 4A | 1C |
| Octal | 23 | 176 | 175 | 125 | 0 | 1 | 63 | 263 | 112 | 34 |
| Binary | 10011 | 1111110 | 1111101 | 1010101 | 0 | 1 | 110011 | 10110011 | 1001010 | 11100 |
Color Harmonies of #137E7D
Complementary color
Monochromatic Colors of #137E7D
Black with #137E7D
Text Example
Text Example
White with #137E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E7D; }
p { color: rgb(19,126,125); }
H1.HeaderClassName
{
color: #137E7D;
}
.AnyTagClassName
{
color: #137E7D;
}
</style>
background-color css
<style>
a { background-color: #137E7D; }
a { background-color: rgb(19,126,125); }
div.DivClassName
{
background-color: #137E7D;
}
.BgClassName
{
background-color: #137E7D;
}
</style>
border-color css
<style>
span { border-color: #137E7D; }
span { border-color: rgb(19,126,125); }
td.TdClassName
{
border-color: #137E7D;
}
.TagClassName
{
border-color: #137E7D;
}
</style>