Shades of Teal #117C8A
Tints of Teal #117C8A
RGB
CMYK
RGB Variations
Color information
#117C8A (or 0x117C8A) is known color: Teal. HEX triplet: 11, 7C and 8A. RGB value is (17,124,138). Sum of RGB (Red+Green+Blue) = 17+124+138=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #117C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C8A is #EE8375. Grayscale: #5D5D5D. Windows color (decimal): -15631222 or 9075729. OLE color: 9075729.
HSL color Cylindrical-coordinate representation of color #117C8A: hue angle of 186.94º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117C8A is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 124 | 138 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.46 |
| HSL | 186.94º | 0.78% | 0.3% | - |
| HSV(B) | 186.94º | 0.88% | 0.54% | - |
| XYZ | 12.03 | 16.37 | 26.57 | - |
| YUV | 93.6 | 153.05 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 138 | 0.88 | 0.10 | 0 | 0.46 | 186.94 | 0.78 | 0.3 |
| Hex | 11 | 7C | 8A | 58 | A | 0 | 2E | BB | 4E | 1E |
| Octal | 21 | 174 | 212 | 130 | 12 | 0 | 56 | 273 | 116 | 36 |
| Binary | 10001 | 1111100 | 10001010 | 1011000 | 1010 | 0 | 101110 | 10111011 | 1001110 | 11110 |
Color Harmonies of #117C8A
Complementary color
Monochromatic Colors of #117C8A
Black with #117C8A
Text Example
Text Example
White with #117C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C8A; }
p { color: rgb(17,124,138); }
H1.HeaderClassName
{
color: #117C8A;
}
.AnyTagClassName
{
color: #117C8A;
}
</style>
background-color css
<style>
a { background-color: #117C8A; }
a { background-color: rgb(17,124,138); }
div.DivClassName
{
background-color: #117C8A;
}
.BgClassName
{
background-color: #117C8A;
}
</style>
border-color css
<style>
span { border-color: #117C8A; }
span { border-color: rgb(17,124,138); }
td.TdClassName
{
border-color: #117C8A;
}
.TagClassName
{
border-color: #117C8A;
}
</style>