Shades of Teal #137D82
Tints of Teal #137D82
RGB
CMYK
RGB Variations
Color information
#137D82 (or 0x137D82) is known color: Teal. HEX triplet: 13, 7D and 82. RGB value is (19,125,130). Sum of RGB (Red+Green+Blue) = 19+125+130=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #137D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137D82 is #EC827D. Grayscale: #5D5D5D. Windows color (decimal): -15499902 or 8551699. OLE color: 8551699.
HSL color Cylindrical-coordinate representation of color #137D82: hue angle of 182.7º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D82 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 125 | 130 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.49 |
| HSL | 182.7º | 0.74% | 0.29% | - |
| HSV(B) | 182.7º | 0.85% | 0.51% | - |
| XYZ | 11.63 | 16.42 | 23.67 | - |
| YUV | 93.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 130 | 0.85 | 0.04 | 0 | 0.49 | 182.7 | 0.74 | 0.29 |
| Hex | 13 | 7D | 82 | 55 | 4 | 0 | 31 | B7 | 4A | 1D |
| Octal | 23 | 175 | 202 | 125 | 4 | 0 | 61 | 267 | 112 | 35 |
| Binary | 10011 | 1111101 | 10000010 | 1010101 | 100 | 0 | 110001 | 10110111 | 1001010 | 11101 |
Color Harmonies of #137D82
Complementary color
Monochromatic Colors of #137D82
Black with #137D82
Text Example
Text Example
White with #137D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D82; }
p { color: rgb(19,125,130); }
H1.HeaderClassName
{
color: #137D82;
}
.AnyTagClassName
{
color: #137D82;
}
</style>
background-color css
<style>
a { background-color: #137D82; }
a { background-color: rgb(19,125,130); }
div.DivClassName
{
background-color: #137D82;
}
.BgClassName
{
background-color: #137D82;
}
</style>
border-color css
<style>
span { border-color: #137D82; }
span { border-color: rgb(19,125,130); }
td.TdClassName
{
border-color: #137D82;
}
.TagClassName
{
border-color: #137D82;
}
</style>