Shades of Teal #137980
Tints of Teal #137980
RGB
CMYK
RGB Variations
Color information
#137980 (or 0x137980) is known color: Teal. HEX triplet: 13, 79 and 80. RGB value is (19,121,128). Sum of RGB (Red+Green+Blue) = 19+121+128=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #137980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137980 is #EC867F. Grayscale: #5B5B5B. Windows color (decimal): -15500928 or 8419603. OLE color: 8419603.
HSL color Cylindrical-coordinate representation of color #137980: hue angle of 183.85º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137980 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 121 | 128 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.50 |
| HSL | 183.85º | 0.74% | 0.29% | - |
| HSV(B) | 183.85º | 0.85% | 0.5% | - |
| XYZ | 11 | 15.37 | 22.81 | - |
| YUV | 91.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 128 | 0.85 | 0.05 | 0 | 0.50 | 183.85 | 0.74 | 0.29 |
| Hex | 13 | 79 | 80 | 55 | 5 | 0 | 32 | B8 | 4A | 1D |
| Octal | 23 | 171 | 200 | 125 | 5 | 0 | 62 | 270 | 112 | 35 |
| Binary | 10011 | 1111001 | 10000000 | 1010101 | 101 | 0 | 110010 | 10111000 | 1001010 | 11101 |
Color Harmonies of #137980
Complementary color
Monochromatic Colors of #137980
Black with #137980
Text Example
Text Example
White with #137980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137980; }
p { color: rgb(19,121,128); }
H1.HeaderClassName
{
color: #137980;
}
.AnyTagClassName
{
color: #137980;
}
</style>
background-color css
<style>
a { background-color: #137980; }
a { background-color: rgb(19,121,128); }
div.DivClassName
{
background-color: #137980;
}
.BgClassName
{
background-color: #137980;
}
</style>
border-color css
<style>
span { border-color: #137980; }
span { border-color: rgb(19,121,128); }
td.TdClassName
{
border-color: #137980;
}
.TagClassName
{
border-color: #137980;
}
</style>