Shades of Teal #137E84
Tints of Teal #137E84
RGB
CMYK
RGB Variations
Color information
#137E84 (or 0x137E84) is known color: Teal. HEX triplet: 13, 7E and 84. RGB value is (19,126,132). Sum of RGB (Red+Green+Blue) = 19+126+132=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #137E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137E84 is #EC817B. Grayscale: #5E5E5E. Windows color (decimal): -15499644 or 8683027. OLE color: 8683027.
HSL color Cylindrical-coordinate representation of color #137E84: hue angle of 183.19º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137E84 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 126 | 132 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.48 |
| HSL | 183.19º | 0.75% | 0.3% | - |
| HSV(B) | 183.19º | 0.86% | 0.52% | - |
| XYZ | 11.89 | 16.73 | 24.43 | - |
| YUV | 94.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 132 | 0.86 | 0.05 | 0 | 0.48 | 183.19 | 0.75 | 0.3 |
| Hex | 13 | 7E | 84 | 56 | 5 | 0 | 30 | B7 | 4B | 1E |
| Octal | 23 | 176 | 204 | 126 | 5 | 0 | 60 | 267 | 113 | 36 |
| Binary | 10011 | 1111110 | 10000100 | 1010110 | 101 | 0 | 110000 | 10110111 | 1001011 | 11110 |
Color Harmonies of #137E84
Complementary color
Monochromatic Colors of #137E84
Black with #137E84
Text Example
Text Example
White with #137E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E84; }
p { color: rgb(19,126,132); }
H1.HeaderClassName
{
color: #137E84;
}
.AnyTagClassName
{
color: #137E84;
}
</style>
background-color css
<style>
a { background-color: #137E84; }
a { background-color: rgb(19,126,132); }
div.DivClassName
{
background-color: #137E84;
}
.BgClassName
{
background-color: #137E84;
}
</style>
border-color css
<style>
span { border-color: #137E84; }
span { border-color: rgb(19,126,132); }
td.TdClassName
{
border-color: #137E84;
}
.TagClassName
{
border-color: #137E84;
}
</style>