Shades of Teal #107785
Tints of Teal #107785
RGB
CMYK
RGB Variations
Color information
#107785 (or 0x107785) is known color: Teal. HEX triplet: 10, 77 and 85. RGB value is (16,119,133). Sum of RGB (Red+Green+Blue) = 16+119+133=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #107785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107785 is #EF887A. Grayscale: #595959. Windows color (decimal): -15698043 or 8746768. OLE color: 8746768.
HSL color Cylindrical-coordinate representation of color #107785: hue angle of 187.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107785 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 119 | 133 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.48 |
| HSL | 187.18º | 0.79% | 0.29% | - |
| HSV(B) | 187.18º | 0.88% | 0.52% | - |
| XYZ | 11.04 | 15 | 24.5 | - |
| YUV | 89.8 | 152.38 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 133 | 0.88 | 0.11 | 0 | 0.48 | 187.18 | 0.79 | 0.29 |
| Hex | 10 | 77 | 85 | 58 | B | 0 | 30 | BB | 4F | 1D |
| Octal | 20 | 167 | 205 | 130 | 13 | 0 | 60 | 273 | 117 | 35 |
| Binary | 10000 | 1110111 | 10000101 | 1011000 | 1011 | 0 | 110000 | 10111011 | 1001111 | 11101 |
Color Harmonies of #107785
Complementary color
Monochromatic Colors of #107785
Black with #107785
Text Example
Text Example
White with #107785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107785; }
p { color: rgb(16,119,133); }
H1.HeaderClassName
{
color: #107785;
}
.AnyTagClassName
{
color: #107785;
}
</style>
background-color css
<style>
a { background-color: #107785; }
a { background-color: rgb(16,119,133); }
div.DivClassName
{
background-color: #107785;
}
.BgClassName
{
background-color: #107785;
}
</style>
border-color css
<style>
span { border-color: #107785; }
span { border-color: rgb(16,119,133); }
td.TdClassName
{
border-color: #107785;
}
.TagClassName
{
border-color: #107785;
}
</style>