Shades of Teal #117C84
Tints of Teal #117C84
RGB
CMYK
RGB Variations
Color information
#117C84 (or 0x117C84) is known color: Teal. HEX triplet: 11, 7C and 84. RGB value is (17,124,132). Sum of RGB (Red+Green+Blue) = 17+124+132=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #117C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C84 is #EE837B. Grayscale: #5C5C5C. Windows color (decimal): -15631228 or 8682513. OLE color: 8682513.
HSL color Cylindrical-coordinate representation of color #117C84: hue angle of 184.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117C84 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 124 | 132 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.48 |
| HSL | 184.17º | 0.77% | 0.29% | - |
| HSV(B) | 184.17º | 0.87% | 0.52% | - |
| XYZ | 11.6 | 16.2 | 24.35 | - |
| YUV | 92.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 132 | 0.87 | 0.06 | 0 | 0.48 | 184.17 | 0.77 | 0.29 |
| Hex | 11 | 7C | 84 | 57 | 6 | 0 | 30 | B8 | 4D | 1D |
| Octal | 21 | 174 | 204 | 127 | 6 | 0 | 60 | 270 | 115 | 35 |
| Binary | 10001 | 1111100 | 10000100 | 1010111 | 110 | 0 | 110000 | 10111000 | 1001101 | 11101 |
Color Harmonies of #117C84
Complementary color
Monochromatic Colors of #117C84
Black with #117C84
Text Example
Text Example
White with #117C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C84; }
p { color: rgb(17,124,132); }
H1.HeaderClassName
{
color: #117C84;
}
.AnyTagClassName
{
color: #117C84;
}
</style>
background-color css
<style>
a { background-color: #117C84; }
a { background-color: rgb(17,124,132); }
div.DivClassName
{
background-color: #117C84;
}
.BgClassName
{
background-color: #117C84;
}
</style>
border-color css
<style>
span { border-color: #117C84; }
span { border-color: rgb(17,124,132); }
td.TdClassName
{
border-color: #117C84;
}
.TagClassName
{
border-color: #117C84;
}
</style>