Shades of Teal #107683
Tints of Teal #107683
RGB
CMYK
RGB Variations
Color information
#107683 (or 0x107683) is known color: Teal. HEX triplet: 10, 76 and 83. RGB value is (16,118,131). Sum of RGB (Red+Green+Blue) = 16+118+131=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #107683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107683 is #EF897C. Grayscale: #585858. Windows color (decimal): -15698301 or 8615440. OLE color: 8615440.
HSL color Cylindrical-coordinate representation of color #107683: hue angle of 186.78º 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 #107683 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 118 | 131 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.49 |
| HSL | 186.78º | 0.78% | 0.29% | - |
| HSV(B) | 186.78º | 0.88% | 0.51% | - |
| XYZ | 10.79 | 14.71 | 23.74 | - |
| YUV | 88.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 131 | 0.88 | 0.10 | 0 | 0.49 | 186.78 | 0.78 | 0.29 |
| Hex | 10 | 76 | 83 | 58 | A | 0 | 31 | BB | 4E | 1D |
| Octal | 20 | 166 | 203 | 130 | 12 | 0 | 61 | 273 | 116 | 35 |
| Binary | 10000 | 1110110 | 10000011 | 1011000 | 1010 | 0 | 110001 | 10111011 | 1001110 | 11101 |
Color Harmonies of #107683
Complementary color
Monochromatic Colors of #107683
Black with #107683
Text Example
Text Example
White with #107683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107683; }
p { color: rgb(16,118,131); }
H1.HeaderClassName
{
color: #107683;
}
.AnyTagClassName
{
color: #107683;
}
</style>
background-color css
<style>
a { background-color: #107683; }
a { background-color: rgb(16,118,131); }
div.DivClassName
{
background-color: #107683;
}
.BgClassName
{
background-color: #107683;
}
</style>
border-color css
<style>
span { border-color: #107683; }
span { border-color: rgb(16,118,131); }
td.TdClassName
{
border-color: #107683;
}
.TagClassName
{
border-color: #107683;
}
</style>