Shades of Teal #13797E
Tints of Teal #13797E
RGB
CMYK
RGB Variations
Color information
#13797E (or 0x13797E) is known color: Teal. HEX triplet: 13, 79 and 7E. RGB value is (19,121,126). Sum of RGB (Red+Green+Blue) = 19+121+126=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #13797E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13797E is #EC8681. Grayscale: #5A5A5A. Windows color (decimal): -15500930 or 8288531. OLE color: 8288531.
HSL color Cylindrical-coordinate representation of color #13797E: hue angle of 182.8º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13797E is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 121 | 126 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.51 |
| HSL | 182.8º | 0.74% | 0.28% | - |
| HSV(B) | 182.8º | 0.85% | 0.49% | - |
| XYZ | 10.87 | 15.32 | 22.12 | - |
| YUV | 91.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 126 | 0.85 | 0.04 | 0 | 0.51 | 182.8 | 0.74 | 0.28 |
| Hex | 13 | 79 | 7E | 55 | 4 | 0 | 33 | B7 | 4A | 1C |
| Octal | 23 | 171 | 176 | 125 | 4 | 0 | 63 | 267 | 112 | 34 |
| Binary | 10011 | 1111001 | 1111110 | 1010101 | 100 | 0 | 110011 | 10110111 | 1001010 | 11100 |
Color Harmonies of #13797E
Complementary color
Monochromatic Colors of #13797E
Black with #13797E
Text Example
Text Example
White with #13797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13797E; }
p { color: rgb(19,121,126); }
H1.HeaderClassName
{
color: #13797E;
}
.AnyTagClassName
{
color: #13797E;
}
</style>
background-color css
<style>
a { background-color: #13797E; }
a { background-color: rgb(19,121,126); }
div.DivClassName
{
background-color: #13797E;
}
.BgClassName
{
background-color: #13797E;
}
</style>
border-color css
<style>
span { border-color: #13797E; }
span { border-color: rgb(19,121,126); }
td.TdClassName
{
border-color: #13797E;
}
.TagClassName
{
border-color: #13797E;
}
</style>