Shades of Teal #137C8C
Tints of Teal #137C8C
RGB
CMYK
RGB Variations
Color information
#137C8C (or 0x137C8C) is known color: Teal. HEX triplet: 13, 7C and 8C. RGB value is (19,124,140). Sum of RGB (Red+Green+Blue) = 19+124+140=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #137C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C8C is #EC8373. Grayscale: #5E5E5E. Windows color (decimal): -15500148 or 9206803. OLE color: 9206803.
HSL color Cylindrical-coordinate representation of color #137C8C: hue angle of 187.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137C8C is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 124 | 140 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.45 |
| HSL | 187.93º | 0.76% | 0.31% | - |
| HSV(B) | 187.93º | 0.86% | 0.55% | - |
| XYZ | 12.21 | 16.45 | 27.34 | - |
| YUV | 94.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 140 | 0.86 | 0.11 | 0 | 0.45 | 187.93 | 0.76 | 0.31 |
| Hex | 13 | 7C | 8C | 56 | B | 0 | 2D | BC | 4C | 1F |
| Octal | 23 | 174 | 214 | 126 | 13 | 0 | 55 | 274 | 114 | 37 |
| Binary | 10011 | 1111100 | 10001100 | 1010110 | 1011 | 0 | 101101 | 10111100 | 1001100 | 11111 |
Color Harmonies of #137C8C
Complementary color
Monochromatic Colors of #137C8C
Black with #137C8C
Text Example
Text Example
White with #137C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C8C; }
p { color: rgb(19,124,140); }
H1.HeaderClassName
{
color: #137C8C;
}
.AnyTagClassName
{
color: #137C8C;
}
</style>
background-color css
<style>
a { background-color: #137C8C; }
a { background-color: rgb(19,124,140); }
div.DivClassName
{
background-color: #137C8C;
}
.BgClassName
{
background-color: #137C8C;
}
</style>
border-color css
<style>
span { border-color: #137C8C; }
span { border-color: rgb(19,124,140); }
td.TdClassName
{
border-color: #137C8C;
}
.TagClassName
{
border-color: #137C8C;
}
</style>