Shades of Teal #117A7D
Tints of Teal #117A7D
RGB
CMYK
RGB Variations
Color information
#117A7D (or 0x117A7D) is known color: Teal. HEX triplet: 11, 7A and 7D. RGB value is (17,122,125). Sum of RGB (Red+Green+Blue) = 17+122+125=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #117A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A7D is #EE8582. Grayscale: #5A5A5A. Windows color (decimal): -15631747 or 8223249. OLE color: 8223249.
HSL color Cylindrical-coordinate representation of color #117A7D: hue angle of 181.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A7D is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 122 | 125 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.51 |
| HSL | 181.67º | 0.76% | 0.28% | - |
| HSV(B) | 181.67º | 0.86% | 0.49% | - |
| XYZ | 10.89 | 15.52 | 21.82 | - |
| YUV | 90.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 125 | 0.86 | 0.02 | 0 | 0.51 | 181.67 | 0.76 | 0.28 |
| Hex | 11 | 7A | 7D | 56 | 2 | 0 | 33 | B6 | 4C | 1C |
| Octal | 21 | 172 | 175 | 126 | 2 | 0 | 63 | 266 | 114 | 34 |
| Binary | 10001 | 1111010 | 1111101 | 1010110 | 10 | 0 | 110011 | 10110110 | 1001100 | 11100 |
Color Harmonies of #117A7D
Complementary color
Monochromatic Colors of #117A7D
Black with #117A7D
Text Example
Text Example
White with #117A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A7D; }
p { color: rgb(17,122,125); }
H1.HeaderClassName
{
color: #117A7D;
}
.AnyTagClassName
{
color: #117A7D;
}
</style>
background-color css
<style>
a { background-color: #117A7D; }
a { background-color: rgb(17,122,125); }
div.DivClassName
{
background-color: #117A7D;
}
.BgClassName
{
background-color: #117A7D;
}
</style>
border-color css
<style>
span { border-color: #117A7D; }
span { border-color: rgb(17,122,125); }
td.TdClassName
{
border-color: #117A7D;
}
.TagClassName
{
border-color: #117A7D;
}
</style>