Shades of Teal #10797E
Tints of Teal #10797E
RGB
CMYK
RGB Variations
Color information
#10797E (or 0x10797E) is known color: Teal. HEX triplet: 10, 79 and 7E. RGB value is (16,121,126). Sum of RGB (Red+Green+Blue) = 16+121+126=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #10797E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10797E is #EF8681. Grayscale: #5A5A5A. Windows color (decimal): -15697538 or 8288528. OLE color: 8288528.
HSL color Cylindrical-coordinate representation of color #10797E: hue angle of 182.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10797E is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 121 | 126 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.51 |
| HSL | 182.73º | 0.77% | 0.28% | - |
| HSV(B) | 182.73º | 0.87% | 0.49% | - |
| XYZ | 10.82 | 15.29 | 22.12 | - |
| YUV | 90.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 126 | 0.87 | 0.04 | 0 | 0.51 | 182.73 | 0.77 | 0.28 |
| Hex | 10 | 79 | 7E | 57 | 4 | 0 | 33 | B7 | 4D | 1C |
| Octal | 20 | 171 | 176 | 127 | 4 | 0 | 63 | 267 | 115 | 34 |
| Binary | 10000 | 1111001 | 1111110 | 1010111 | 100 | 0 | 110011 | 10110111 | 1001101 | 11100 |
Color Harmonies of #10797E
Complementary color
Monochromatic Colors of #10797E
Black with #10797E
Text Example
Text Example
White with #10797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10797E; }
p { color: rgb(16,121,126); }
H1.HeaderClassName
{
color: #10797E;
}
.AnyTagClassName
{
color: #10797E;
}
</style>
background-color css
<style>
a { background-color: #10797E; }
a { background-color: rgb(16,121,126); }
div.DivClassName
{
background-color: #10797E;
}
.BgClassName
{
background-color: #10797E;
}
</style>
border-color css
<style>
span { border-color: #10797E; }
span { border-color: rgb(16,121,126); }
td.TdClassName
{
border-color: #10797E;
}
.TagClassName
{
border-color: #10797E;
}
</style>