Shades of Teal #117D88
Tints of Teal #117D88
RGB
CMYK
RGB Variations
Color information
#117D88 (or 0x117D88) is known color: Teal. HEX triplet: 11, 7D and 88. RGB value is (17,125,136). Sum of RGB (Red+Green+Blue) = 17+125+136=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #117D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D88 is #EE8277. Grayscale: #5D5D5D. Windows color (decimal): -15630968 or 8944913. OLE color: 8944913.
HSL color Cylindrical-coordinate representation of color #117D88: hue angle of 185.55º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117D88 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 125 | 136 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.47 |
| HSL | 185.55º | 0.78% | 0.3% | - |
| HSV(B) | 185.55º | 0.88% | 0.53% | - |
| XYZ | 12.01 | 16.56 | 25.86 | - |
| YUV | 93.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 136 | 0.87 | 0.08 | 0 | 0.47 | 185.55 | 0.78 | 0.3 |
| Hex | 11 | 7D | 88 | 57 | 8 | 0 | 2F | BA | 4E | 1E |
| Octal | 21 | 175 | 210 | 127 | 10 | 0 | 57 | 272 | 116 | 36 |
| Binary | 10001 | 1111101 | 10001000 | 1010111 | 1000 | 0 | 101111 | 10111010 | 1001110 | 11110 |
Color Harmonies of #117D88
Complementary color
Monochromatic Colors of #117D88
Black with #117D88
Text Example
Text Example
White with #117D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D88; }
p { color: rgb(17,125,136); }
H1.HeaderClassName
{
color: #117D88;
}
.AnyTagClassName
{
color: #117D88;
}
</style>
background-color css
<style>
a { background-color: #117D88; }
a { background-color: rgb(17,125,136); }
div.DivClassName
{
background-color: #117D88;
}
.BgClassName
{
background-color: #117D88;
}
</style>
border-color css
<style>
span { border-color: #117D88; }
span { border-color: rgb(17,125,136); }
td.TdClassName
{
border-color: #117D88;
}
.TagClassName
{
border-color: #117D88;
}
</style>