Shades of Teal #117D84
Tints of Teal #117D84
RGB
CMYK
RGB Variations
Color information
#117D84 (or 0x117D84) is known color: Teal. HEX triplet: 11, 7D and 84. RGB value is (17,125,132). Sum of RGB (Red+Green+Blue) = 17+125+132=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #117D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D84 is #EE827B. Grayscale: #5D5D5D. Windows color (decimal): -15630972 or 8682769. OLE color: 8682769.
HSL color Cylindrical-coordinate representation of color #117D84: hue angle of 183.65º 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 #117D84 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 125 | 132 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.48 |
| HSL | 183.65º | 0.77% | 0.29% | - |
| HSV(B) | 183.65º | 0.87% | 0.52% | - |
| XYZ | 11.73 | 16.45 | 24.39 | - |
| YUV | 93.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 132 | 0.87 | 0.05 | 0 | 0.48 | 183.65 | 0.77 | 0.29 |
| Hex | 11 | 7D | 84 | 57 | 5 | 0 | 30 | B8 | 4D | 1D |
| Octal | 21 | 175 | 204 | 127 | 5 | 0 | 60 | 270 | 115 | 35 |
| Binary | 10001 | 1111101 | 10000100 | 1010111 | 101 | 0 | 110000 | 10111000 | 1001101 | 11101 |
Color Harmonies of #117D84
Complementary color
Monochromatic Colors of #117D84
Black with #117D84
Text Example
Text Example
White with #117D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D84; }
p { color: rgb(17,125,132); }
H1.HeaderClassName
{
color: #117D84;
}
.AnyTagClassName
{
color: #117D84;
}
</style>
background-color css
<style>
a { background-color: #117D84; }
a { background-color: rgb(17,125,132); }
div.DivClassName
{
background-color: #117D84;
}
.BgClassName
{
background-color: #117D84;
}
</style>
border-color css
<style>
span { border-color: #117D84; }
span { border-color: rgb(17,125,132); }
td.TdClassName
{
border-color: #117D84;
}
.TagClassName
{
border-color: #117D84;
}
</style>