Shades of Teal #137E88
Tints of Teal #137E88
RGB
CMYK
RGB Variations
Color information
#137E88 (or 0x137E88) is known color: Teal. HEX triplet: 13, 7E and 88. RGB value is (19,126,136). Sum of RGB (Red+Green+Blue) = 19+126+136=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #137E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137E88 is #EC8177. Grayscale: #5F5F5F. Windows color (decimal): -15499640 or 8945171. OLE color: 8945171.
HSL color Cylindrical-coordinate representation of color #137E88: hue angle of 185.13º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137E88 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 126 | 136 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.47 |
| HSL | 185.13º | 0.75% | 0.3% | - |
| HSV(B) | 185.13º | 0.86% | 0.53% | - |
| XYZ | 12.17 | 16.84 | 25.9 | - |
| YUV | 95.15 | 151.05 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 136 | 0.86 | 0.07 | 0 | 0.47 | 185.13 | 0.75 | 0.3 |
| Hex | 13 | 7E | 88 | 56 | 7 | 0 | 2F | B9 | 4B | 1E |
| Octal | 23 | 176 | 210 | 126 | 7 | 0 | 57 | 271 | 113 | 36 |
| Binary | 10011 | 1111110 | 10001000 | 1010110 | 111 | 0 | 101111 | 10111001 | 1001011 | 11110 |
Color Harmonies of #137E88
Complementary color
Monochromatic Colors of #137E88
Black with #137E88
Text Example
Text Example
White with #137E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E88; }
p { color: rgb(19,126,136); }
H1.HeaderClassName
{
color: #137E88;
}
.AnyTagClassName
{
color: #137E88;
}
</style>
background-color css
<style>
a { background-color: #137E88; }
a { background-color: rgb(19,126,136); }
div.DivClassName
{
background-color: #137E88;
}
.BgClassName
{
background-color: #137E88;
}
</style>
border-color css
<style>
span { border-color: #137E88; }
span { border-color: rgb(19,126,136); }
td.TdClassName
{
border-color: #137E88;
}
.TagClassName
{
border-color: #137E88;
}
</style>