Shades of Teal #117E89
Tints of Teal #117E89
RGB
CMYK
RGB Variations
Color information
#117E89 (or 0x117E89) is known color: Teal. HEX triplet: 11, 7E and 89. RGB value is (17,126,137). Sum of RGB (Red+Green+Blue) = 17+126+137=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #117E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117E89 is #EE8176. Grayscale: #5E5E5E. Windows color (decimal): -15630711 or 9010705. OLE color: 9010705.
HSL color Cylindrical-coordinate representation of color #117E89: hue angle of 185.5º 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 #117E89 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 126 | 137 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.46 |
| HSL | 185.5º | 0.78% | 0.3% | - |
| HSV(B) | 185.5º | 0.88% | 0.54% | - |
| XYZ | 12.21 | 16.85 | 26.28 | - |
| YUV | 94.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 137 | 0.88 | 0.08 | 0 | 0.46 | 185.5 | 0.78 | 0.3 |
| Hex | 11 | 7E | 89 | 58 | 8 | 0 | 2E | BA | 4E | 1E |
| Octal | 21 | 176 | 211 | 130 | 10 | 0 | 56 | 272 | 116 | 36 |
| Binary | 10001 | 1111110 | 10001001 | 1011000 | 1000 | 0 | 101110 | 10111010 | 1001110 | 11110 |
Color Harmonies of #117E89
Complementary color
Monochromatic Colors of #117E89
Black with #117E89
Text Example
Text Example
White with #117E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E89; }
p { color: rgb(17,126,137); }
H1.HeaderClassName
{
color: #117E89;
}
.AnyTagClassName
{
color: #117E89;
}
</style>
background-color css
<style>
a { background-color: #117E89; }
a { background-color: rgb(17,126,137); }
div.DivClassName
{
background-color: #117E89;
}
.BgClassName
{
background-color: #117E89;
}
</style>
border-color css
<style>
span { border-color: #117E89; }
span { border-color: rgb(17,126,137); }
td.TdClassName
{
border-color: #117E89;
}
.TagClassName
{
border-color: #117E89;
}
</style>