Shades of Teal #137C8E
Tints of Teal #137C8E
RGB
CMYK
RGB Variations
Color information
#137C8E (or 0x137C8E) is known color: Teal. HEX triplet: 13, 7C and 8E. RGB value is (19,124,142). Sum of RGB (Red+Green+Blue) = 19+124+142=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #137C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C8E is #EC8371. Grayscale: #5E5E5E. Windows color (decimal): -15500146 or 9337875. OLE color: 9337875.
HSL color Cylindrical-coordinate representation of color #137C8E: hue angle of 188.78º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137C8E is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 124 | 142 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.44 |
| HSL | 188.78º | 0.76% | 0.32% | - |
| HSV(B) | 188.78º | 0.87% | 0.56% | - |
| XYZ | 12.36 | 16.51 | 28.13 | - |
| YUV | 94.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 142 | 0.87 | 0.13 | 0 | 0.44 | 188.78 | 0.76 | 0.32 |
| Hex | 13 | 7C | 8E | 57 | D | 0 | 2C | BD | 4C | 20 |
| Octal | 23 | 174 | 216 | 127 | 15 | 0 | 54 | 275 | 114 | 40 |
| Binary | 10011 | 1111100 | 10001110 | 1010111 | 1101 | 0 | 101100 | 10111101 | 1001100 | 100000 |
Color Harmonies of #137C8E
Complementary color
Monochromatic Colors of #137C8E
Black with #137C8E
Text Example
Text Example
White with #137C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C8E; }
p { color: rgb(19,124,142); }
H1.HeaderClassName
{
color: #137C8E;
}
.AnyTagClassName
{
color: #137C8E;
}
</style>
background-color css
<style>
a { background-color: #137C8E; }
a { background-color: rgb(19,124,142); }
div.DivClassName
{
background-color: #137C8E;
}
.BgClassName
{
background-color: #137C8E;
}
</style>
border-color css
<style>
span { border-color: #137C8E; }
span { border-color: rgb(19,124,142); }
td.TdClassName
{
border-color: #137C8E;
}
.TagClassName
{
border-color: #137C8E;
}
</style>