Shades of Teal #117782
Tints of Teal #117782
RGB
CMYK
RGB Variations
Color information
#117782 (or 0x117782) is known color: Teal. HEX triplet: 11, 77 and 82. RGB value is (17,119,130). Sum of RGB (Red+Green+Blue) = 17+119+130=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #117782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117782 is #EE887D. Grayscale: #595959. Windows color (decimal): -15632510 or 8550161. OLE color: 8550161.
HSL color Cylindrical-coordinate representation of color #117782: hue angle of 185.84º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117782 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 119 | 130 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.49 |
| HSL | 185.84º | 0.77% | 0.29% | - |
| HSV(B) | 185.84º | 0.87% | 0.51% | - |
| XYZ | 10.86 | 14.92 | 23.43 | - |
| YUV | 89.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 130 | 0.87 | 0.08 | 0 | 0.49 | 185.84 | 0.77 | 0.29 |
| Hex | 11 | 77 | 82 | 57 | 8 | 0 | 31 | BA | 4D | 1D |
| Octal | 21 | 167 | 202 | 127 | 10 | 0 | 61 | 272 | 115 | 35 |
| Binary | 10001 | 1110111 | 10000010 | 1010111 | 1000 | 0 | 110001 | 10111010 | 1001101 | 11101 |
Color Harmonies of #117782
Complementary color
Monochromatic Colors of #117782
Black with #117782
Text Example
Text Example
White with #117782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117782; }
p { color: rgb(17,119,130); }
H1.HeaderClassName
{
color: #117782;
}
.AnyTagClassName
{
color: #117782;
}
</style>
background-color css
<style>
a { background-color: #117782; }
a { background-color: rgb(17,119,130); }
div.DivClassName
{
background-color: #117782;
}
.BgClassName
{
background-color: #117782;
}
</style>
border-color css
<style>
span { border-color: #117782; }
span { border-color: rgb(17,119,130); }
td.TdClassName
{
border-color: #117782;
}
.TagClassName
{
border-color: #117782;
}
</style>