Shades of Teal #107E80
Tints of Teal #107E80
RGB
CMYK
RGB Variations
Color information
#107E80 (or 0x107E80) is known color: Teal. HEX triplet: 10, 7E and 80. RGB value is (16,126,128). Sum of RGB (Red+Green+Blue) = 16+126+128=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #107E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107E80 is #EF817F. Grayscale: #5D5D5D. Windows color (decimal): -15696256 or 8420880. OLE color: 8420880.
HSL color Cylindrical-coordinate representation of color #107E80: hue angle of 181.07º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107E80 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 126 | 128 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.50 |
| HSL | 181.07º | 0.78% | 0.28% | - |
| HSV(B) | 181.07º | 0.88% | 0.5% | - |
| XYZ | 11.57 | 16.59 | 23.01 | - |
| YUV | 93.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 128 | 0.88 | 0.02 | 0 | 0.50 | 181.07 | 0.78 | 0.28 |
| Hex | 10 | 7E | 80 | 58 | 2 | 0 | 32 | B5 | 4E | 1C |
| Octal | 20 | 176 | 200 | 130 | 2 | 0 | 62 | 265 | 116 | 34 |
| Binary | 10000 | 1111110 | 10000000 | 1011000 | 10 | 0 | 110010 | 10110101 | 1001110 | 11100 |
Color Harmonies of #107E80
Complementary color
Monochromatic Colors of #107E80
Black with #107E80
Text Example
Text Example
White with #107E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107E80; }
p { color: rgb(16,126,128); }
H1.HeaderClassName
{
color: #107E80;
}
.AnyTagClassName
{
color: #107E80;
}
</style>
background-color css
<style>
a { background-color: #107E80; }
a { background-color: rgb(16,126,128); }
div.DivClassName
{
background-color: #107E80;
}
.BgClassName
{
background-color: #107E80;
}
</style>
border-color css
<style>
span { border-color: #107E80; }
span { border-color: rgb(16,126,128); }
td.TdClassName
{
border-color: #107E80;
}
.TagClassName
{
border-color: #107E80;
}
</style>