Shades of Teal #107783
Tints of Teal #107783
RGB
CMYK
RGB Variations
Color information
#107783 (or 0x107783) is known color: Teal. HEX triplet: 10, 77 and 83. RGB value is (16,119,131). Sum of RGB (Red+Green+Blue) = 16+119+131=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #107783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107783 is #EF887C. Grayscale: #595959. Windows color (decimal): -15698045 or 8615696. OLE color: 8615696.
HSL color Cylindrical-coordinate representation of color #107783: hue angle of 186.26º 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 #107783 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 119 | 131 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.49 |
| HSL | 186.26º | 0.78% | 0.29% | - |
| HSV(B) | 186.26º | 0.88% | 0.51% | - |
| XYZ | 10.91 | 14.94 | 23.78 | - |
| YUV | 89.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 131 | 0.88 | 0.09 | 0 | 0.49 | 186.26 | 0.78 | 0.29 |
| Hex | 10 | 77 | 83 | 58 | 9 | 0 | 31 | BA | 4E | 1D |
| Octal | 20 | 167 | 203 | 130 | 11 | 0 | 61 | 272 | 116 | 35 |
| Binary | 10000 | 1110111 | 10000011 | 1011000 | 1001 | 0 | 110001 | 10111010 | 1001110 | 11101 |
Color Harmonies of #107783
Complementary color
Monochromatic Colors of #107783
Black with #107783
Text Example
Text Example
White with #107783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107783; }
p { color: rgb(16,119,131); }
H1.HeaderClassName
{
color: #107783;
}
.AnyTagClassName
{
color: #107783;
}
</style>
background-color css
<style>
a { background-color: #107783; }
a { background-color: rgb(16,119,131); }
div.DivClassName
{
background-color: #107783;
}
.BgClassName
{
background-color: #107783;
}
</style>
border-color css
<style>
span { border-color: #107783; }
span { border-color: rgb(16,119,131); }
td.TdClassName
{
border-color: #107783;
}
.TagClassName
{
border-color: #107783;
}
</style>