Shades of Teal #137C87
Tints of Teal #137C87
RGB
CMYK
RGB Variations
Color information
#137C87 (or 0x137C87) is known color: Teal. HEX triplet: 13, 7C and 87. RGB value is (19,124,135). Sum of RGB (Red+Green+Blue) = 19+124+135=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #137C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C87 is #EC8378. Grayscale: #5D5D5D. Windows color (decimal): -15500153 or 8879123. OLE color: 8879123.
HSL color Cylindrical-coordinate representation of color #137C87: hue angle of 185.69º 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 #137C87 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 124 | 135 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.47 |
| HSL | 185.69º | 0.75% | 0.3% | - |
| HSV(B) | 185.69º | 0.86% | 0.53% | - |
| XYZ | 11.85 | 16.3 | 25.44 | - |
| YUV | 93.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 135 | 0.86 | 0.08 | 0 | 0.47 | 185.69 | 0.75 | 0.3 |
| Hex | 13 | 7C | 87 | 56 | 8 | 0 | 2F | BA | 4B | 1E |
| Octal | 23 | 174 | 207 | 126 | 10 | 0 | 57 | 272 | 113 | 36 |
| Binary | 10011 | 1111100 | 10000111 | 1010110 | 1000 | 0 | 101111 | 10111010 | 1001011 | 11110 |
Color Harmonies of #137C87
Complementary color
Monochromatic Colors of #137C87
Black with #137C87
Text Example
Text Example
White with #137C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C87; }
p { color: rgb(19,124,135); }
H1.HeaderClassName
{
color: #137C87;
}
.AnyTagClassName
{
color: #137C87;
}
</style>
background-color css
<style>
a { background-color: #137C87; }
a { background-color: rgb(19,124,135); }
div.DivClassName
{
background-color: #137C87;
}
.BgClassName
{
background-color: #137C87;
}
</style>
border-color css
<style>
span { border-color: #137C87; }
span { border-color: rgb(19,124,135); }
td.TdClassName
{
border-color: #137C87;
}
.TagClassName
{
border-color: #137C87;
}
</style>