Shades of Teal #117C7D
Tints of Teal #117C7D
RGB
CMYK
RGB Variations
Color information
#117C7D (or 0x117C7D) is known color: Teal. HEX triplet: 11, 7C and 7D. RGB value is (17,124,125). Sum of RGB (Red+Green+Blue) = 17+124+125=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #117C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C7D is #EE8382. Grayscale: #5C5C5C. Windows color (decimal): -15631235 or 8223761. OLE color: 8223761.
HSL color Cylindrical-coordinate representation of color #117C7D: hue angle of 180.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C7D is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 125 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.51 |
| HSL | 180.56º | 0.76% | 0.28% | - |
| HSV(B) | 180.56º | 0.86% | 0.49% | - |
| XYZ | 11.14 | 16.02 | 21.91 | - |
| YUV | 92.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 125 | 0.86 | 0.01 | 0 | 0.51 | 180.56 | 0.76 | 0.28 |
| Hex | 11 | 7C | 7D | 56 | 1 | 0 | 33 | B5 | 4C | 1C |
| Octal | 21 | 174 | 175 | 126 | 1 | 0 | 63 | 265 | 114 | 34 |
| Binary | 10001 | 1111100 | 1111101 | 1010110 | 1 | 0 | 110011 | 10110101 | 1001100 | 11100 |
Color Harmonies of #117C7D
Complementary color
Monochromatic Colors of #117C7D
Black with #117C7D
Text Example
Text Example
White with #117C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C7D; }
p { color: rgb(17,124,125); }
H1.HeaderClassName
{
color: #117C7D;
}
.AnyTagClassName
{
color: #117C7D;
}
</style>
background-color css
<style>
a { background-color: #117C7D; }
a { background-color: rgb(17,124,125); }
div.DivClassName
{
background-color: #117C7D;
}
.BgClassName
{
background-color: #117C7D;
}
</style>
border-color css
<style>
span { border-color: #117C7D; }
span { border-color: rgb(17,124,125); }
td.TdClassName
{
border-color: #117C7D;
}
.TagClassName
{
border-color: #117C7D;
}
</style>