Shades of Teal #117C8B
Tints of Teal #117C8B
RGB
CMYK
RGB Variations
Color information
#117C8B (or 0x117C8B) is known color: Teal. HEX triplet: 11, 7C and 8B. RGB value is (17,124,139). Sum of RGB (Red+Green+Blue) = 17+124+139=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #117C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C8B is #EE8374. Grayscale: #5D5D5D. Windows color (decimal): -15631221 or 9141265. OLE color: 9141265.
HSL color Cylindrical-coordinate representation of color #117C8B: hue angle of 187.38º 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 #117C8B is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 124 | 139 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.45 |
| HSL | 187.38º | 0.78% | 0.31% | - |
| HSV(B) | 187.38º | 0.88% | 0.55% | - |
| XYZ | 12.1 | 16.4 | 26.95 | - |
| YUV | 93.72 | 153.55 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 139 | 0.88 | 0.11 | 0 | 0.45 | 187.38 | 0.78 | 0.31 |
| Hex | 11 | 7C | 8B | 58 | B | 0 | 2D | BB | 4E | 1F |
| Octal | 21 | 174 | 213 | 130 | 13 | 0 | 55 | 273 | 116 | 37 |
| Binary | 10001 | 1111100 | 10001011 | 1011000 | 1011 | 0 | 101101 | 10111011 | 1001110 | 11111 |
Color Harmonies of #117C8B
Complementary color
Monochromatic Colors of #117C8B
Black with #117C8B
Text Example
Text Example
White with #117C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C8B; }
p { color: rgb(17,124,139); }
H1.HeaderClassName
{
color: #117C8B;
}
.AnyTagClassName
{
color: #117C8B;
}
</style>
background-color css
<style>
a { background-color: #117C8B; }
a { background-color: rgb(17,124,139); }
div.DivClassName
{
background-color: #117C8B;
}
.BgClassName
{
background-color: #117C8B;
}
</style>
border-color css
<style>
span { border-color: #117C8B; }
span { border-color: rgb(17,124,139); }
td.TdClassName
{
border-color: #117C8B;
}
.TagClassName
{
border-color: #117C8B;
}
</style>