Shades of Teal #117D8B
Tints of Teal #117D8B
RGB
CMYK
RGB Variations
Color information
#117D8B (or 0x117D8B) is known color: Teal. HEX triplet: 11, 7D and 8B. RGB value is (17,125,139). Sum of RGB (Red+Green+Blue) = 17+125+139=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #117D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D8B is #EE8274. Grayscale: #5E5E5E. Windows color (decimal): -15630965 or 9141521. OLE color: 9141521.
HSL color Cylindrical-coordinate representation of color #117D8B: hue angle of 186.89º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117D8B is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 125 | 139 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.45 |
| HSL | 186.89º | 0.78% | 0.31% | - |
| HSV(B) | 186.89º | 0.88% | 0.55% | - |
| XYZ | 12.22 | 16.65 | 27 | - |
| YUV | 94.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 139 | 0.88 | 0.10 | 0 | 0.45 | 186.89 | 0.78 | 0.31 |
| Hex | 11 | 7D | 8B | 58 | A | 0 | 2D | BB | 4E | 1F |
| Octal | 21 | 175 | 213 | 130 | 12 | 0 | 55 | 273 | 116 | 37 |
| Binary | 10001 | 1111101 | 10001011 | 1011000 | 1010 | 0 | 101101 | 10111011 | 1001110 | 11111 |
Color Harmonies of #117D8B
Complementary color
Monochromatic Colors of #117D8B
Black with #117D8B
Text Example
Text Example
White with #117D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D8B; }
p { color: rgb(17,125,139); }
H1.HeaderClassName
{
color: #117D8B;
}
.AnyTagClassName
{
color: #117D8B;
}
</style>
background-color css
<style>
a { background-color: #117D8B; }
a { background-color: rgb(17,125,139); }
div.DivClassName
{
background-color: #117D8B;
}
.BgClassName
{
background-color: #117D8B;
}
</style>
border-color css
<style>
span { border-color: #117D8B; }
span { border-color: rgb(17,125,139); }
td.TdClassName
{
border-color: #117D8B;
}
.TagClassName
{
border-color: #117D8B;
}
</style>