Shades of Teal #107680
Tints of Teal #107680
RGB
CMYK
RGB Variations
Color information
#107680 (or 0x107680) is known color: Teal. HEX triplet: 10, 76 and 80. RGB value is (16,118,128). Sum of RGB (Red+Green+Blue) = 16+118+128=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #107680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107680 is #EF897F. Grayscale: #585858. Windows color (decimal): -15698304 or 8418832. OLE color: 8418832.
HSL color Cylindrical-coordinate representation of color #107680: hue angle of 185.36º 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 #107680 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 118 | 128 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.50 |
| HSL | 185.36º | 0.78% | 0.28% | - |
| HSV(B) | 185.36º | 0.88% | 0.5% | - |
| XYZ | 10.59 | 14.63 | 22.69 | - |
| YUV | 88.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 128 | 0.88 | 0.08 | 0 | 0.50 | 185.36 | 0.78 | 0.28 |
| Hex | 10 | 76 | 80 | 58 | 8 | 0 | 32 | B9 | 4E | 1C |
| Octal | 20 | 166 | 200 | 130 | 10 | 0 | 62 | 271 | 116 | 34 |
| Binary | 10000 | 1110110 | 10000000 | 1011000 | 1000 | 0 | 110010 | 10111001 | 1001110 | 11100 |
Color Harmonies of #107680
Complementary color
Monochromatic Colors of #107680
Black with #107680
Text Example
Text Example
White with #107680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107680; }
p { color: rgb(16,118,128); }
H1.HeaderClassName
{
color: #107680;
}
.AnyTagClassName
{
color: #107680;
}
</style>
background-color css
<style>
a { background-color: #107680; }
a { background-color: rgb(16,118,128); }
div.DivClassName
{
background-color: #107680;
}
.BgClassName
{
background-color: #107680;
}
</style>
border-color css
<style>
span { border-color: #107680; }
span { border-color: rgb(16,118,128); }
td.TdClassName
{
border-color: #107680;
}
.TagClassName
{
border-color: #107680;
}
</style>