Shades of Teal #107682
Tints of Teal #107682
RGB
CMYK
RGB Variations
Color information
#107682 (or 0x107682) is known color: Teal. HEX triplet: 10, 76 and 82. RGB value is (16,118,130). Sum of RGB (Red+Green+Blue) = 16+118+130=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #107682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107682 is #EF897D. Grayscale: #585858. Windows color (decimal): -15698302 or 8549904. OLE color: 8549904.
HSL color Cylindrical-coordinate representation of color #107682: hue angle of 186.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107682 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 118 | 130 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.49 |
| HSL | 186.32º | 0.78% | 0.29% | - |
| HSV(B) | 186.32º | 0.88% | 0.51% | - |
| XYZ | 10.72 | 14.68 | 23.39 | - |
| YUV | 88.87 | 151.21 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 130 | 0.88 | 0.09 | 0 | 0.49 | 186.32 | 0.78 | 0.29 |
| Hex | 10 | 76 | 82 | 58 | 9 | 0 | 31 | BA | 4E | 1D |
| Octal | 20 | 166 | 202 | 130 | 11 | 0 | 61 | 272 | 116 | 35 |
| Binary | 10000 | 1110110 | 10000010 | 1011000 | 1001 | 0 | 110001 | 10111010 | 1001110 | 11101 |
Color Harmonies of #107682
Complementary color
Monochromatic Colors of #107682
Black with #107682
Text Example
Text Example
White with #107682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107682; }
p { color: rgb(16,118,130); }
H1.HeaderClassName
{
color: #107682;
}
.AnyTagClassName
{
color: #107682;
}
</style>
background-color css
<style>
a { background-color: #107682; }
a { background-color: rgb(16,118,130); }
div.DivClassName
{
background-color: #107682;
}
.BgClassName
{
background-color: #107682;
}
</style>
border-color css
<style>
span { border-color: #107682; }
span { border-color: rgb(16,118,130); }
td.TdClassName
{
border-color: #107682;
}
.TagClassName
{
border-color: #107682;
}
</style>