Shades of Teal #117D83
Tints of Teal #117D83
RGB
CMYK
RGB Variations
Color information
#117D83 (or 0x117D83) is known color: Teal. HEX triplet: 11, 7D and 83. RGB value is (17,125,131). Sum of RGB (Red+Green+Blue) = 17+125+131=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #117D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117D83 is #EE827C. Grayscale: #5D5D5D. Windows color (decimal): -15630973 or 8617233. OLE color: 8617233.
HSL color Cylindrical-coordinate representation of color #117D83: hue angle of 183.16º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117D83 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 125 | 131 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.49 |
| HSL | 183.16º | 0.77% | 0.29% | - |
| HSV(B) | 183.16º | 0.87% | 0.51% | - |
| XYZ | 11.66 | 16.43 | 24.03 | - |
| YUV | 93.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 131 | 0.87 | 0.05 | 0 | 0.49 | 183.16 | 0.77 | 0.29 |
| Hex | 11 | 7D | 83 | 57 | 5 | 0 | 31 | B7 | 4D | 1D |
| Octal | 21 | 175 | 203 | 127 | 5 | 0 | 61 | 267 | 115 | 35 |
| Binary | 10001 | 1111101 | 10000011 | 1010111 | 101 | 0 | 110001 | 10110111 | 1001101 | 11101 |
Color Harmonies of #117D83
Complementary color
Monochromatic Colors of #117D83
Black with #117D83
Text Example
Text Example
White with #117D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D83; }
p { color: rgb(17,125,131); }
H1.HeaderClassName
{
color: #117D83;
}
.AnyTagClassName
{
color: #117D83;
}
</style>
background-color css
<style>
a { background-color: #117D83; }
a { background-color: rgb(17,125,131); }
div.DivClassName
{
background-color: #117D83;
}
.BgClassName
{
background-color: #117D83;
}
</style>
border-color css
<style>
span { border-color: #117D83; }
span { border-color: rgb(17,125,131); }
td.TdClassName
{
border-color: #117D83;
}
.TagClassName
{
border-color: #117D83;
}
</style>