Shades of Teal #107A7E
Tints of Teal #107A7E
RGB
CMYK
RGB Variations
Color information
#107A7E (or 0x107A7E) is known color: Teal. HEX triplet: 10, 7A and 7E. RGB value is (16,122,126). Sum of RGB (Red+Green+Blue) = 16+122+126=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #107A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107A7E is #EF8581. Grayscale: #5A5A5A. Windows color (decimal): -15697282 or 8288784. OLE color: 8288784.
HSL color Cylindrical-coordinate representation of color #107A7E: hue angle of 182.18º 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 #107A7E is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 122 | 126 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.51 |
| HSL | 182.18º | 0.77% | 0.28% | - |
| HSV(B) | 182.18º | 0.87% | 0.49% | - |
| XYZ | 10.94 | 15.54 | 22.16 | - |
| YUV | 90.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 126 | 0.87 | 0.03 | 0 | 0.51 | 182.18 | 0.77 | 0.28 |
| Hex | 10 | 7A | 7E | 57 | 3 | 0 | 33 | B6 | 4D | 1C |
| Octal | 20 | 172 | 176 | 127 | 3 | 0 | 63 | 266 | 115 | 34 |
| Binary | 10000 | 1111010 | 1111110 | 1010111 | 11 | 0 | 110011 | 10110110 | 1001101 | 11100 |
Color Harmonies of #107A7E
Complementary color
Monochromatic Colors of #107A7E
Black with #107A7E
Text Example
Text Example
White with #107A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107A7E; }
p { color: rgb(16,122,126); }
H1.HeaderClassName
{
color: #107A7E;
}
.AnyTagClassName
{
color: #107A7E;
}
</style>
background-color css
<style>
a { background-color: #107A7E; }
a { background-color: rgb(16,122,126); }
div.DivClassName
{
background-color: #107A7E;
}
.BgClassName
{
background-color: #107A7E;
}
</style>
border-color css
<style>
span { border-color: #107A7E; }
span { border-color: rgb(16,122,126); }
td.TdClassName
{
border-color: #107A7E;
}
.TagClassName
{
border-color: #107A7E;
}
</style>