Shades of Teal #117C85
Tints of Teal #117C85
RGB
CMYK
RGB Variations
Color information
#117C85 (or 0x117C85) is known color: Teal. HEX triplet: 11, 7C and 85. RGB value is (17,124,133). Sum of RGB (Red+Green+Blue) = 17+124+133=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #117C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117C85 is #EE837A. Grayscale: #5C5C5C. Windows color (decimal): -15631227 or 8748049. OLE color: 8748049.
HSL color Cylindrical-coordinate representation of color #117C85: hue angle of 184.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117C85 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 124 | 133 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.48 |
| HSL | 184.66º | 0.77% | 0.29% | - |
| HSV(B) | 184.66º | 0.87% | 0.52% | - |
| XYZ | 11.67 | 16.23 | 24.71 | - |
| YUV | 93.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 133 | 0.87 | 0.07 | 0 | 0.48 | 184.66 | 0.77 | 0.29 |
| Hex | 11 | 7C | 85 | 57 | 7 | 0 | 30 | B9 | 4D | 1D |
| Octal | 21 | 174 | 205 | 127 | 7 | 0 | 60 | 271 | 115 | 35 |
| Binary | 10001 | 1111100 | 10000101 | 1010111 | 111 | 0 | 110000 | 10111001 | 1001101 | 11101 |
Color Harmonies of #117C85
Complementary color
Monochromatic Colors of #117C85
Black with #117C85
Text Example
Text Example
White with #117C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C85; }
p { color: rgb(17,124,133); }
H1.HeaderClassName
{
color: #117C85;
}
.AnyTagClassName
{
color: #117C85;
}
</style>
background-color css
<style>
a { background-color: #117C85; }
a { background-color: rgb(17,124,133); }
div.DivClassName
{
background-color: #117C85;
}
.BgClassName
{
background-color: #117C85;
}
</style>
border-color css
<style>
span { border-color: #117C85; }
span { border-color: rgb(17,124,133); }
td.TdClassName
{
border-color: #117C85;
}
.TagClassName
{
border-color: #117C85;
}
</style>