Shades of Teal #117A8A
Tints of Teal #117A8A
RGB
CMYK
RGB Variations
Color information
#117A8A (or 0x117A8A) is known color: Teal. HEX triplet: 11, 7A and 8A. RGB value is (17,122,138). Sum of RGB (Red+Green+Blue) = 17+122+138=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #117A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117A8A is #EE8575. Grayscale: #5C5C5C. Windows color (decimal): -15631734 or 9075217. OLE color: 9075217.
HSL color Cylindrical-coordinate representation of color #117A8A: hue angle of 187.93º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117A8A is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 122 | 138 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.46 |
| HSL | 187.93º | 0.78% | 0.3% | - |
| HSV(B) | 187.93º | 0.88% | 0.54% | - |
| XYZ | 11.78 | 15.87 | 26.49 | - |
| YUV | 92.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 138 | 0.88 | 0.12 | 0 | 0.46 | 187.93 | 0.78 | 0.3 |
| Hex | 11 | 7A | 8A | 58 | C | 0 | 2E | BC | 4E | 1E |
| Octal | 21 | 172 | 212 | 130 | 14 | 0 | 56 | 274 | 116 | 36 |
| Binary | 10001 | 1111010 | 10001010 | 1011000 | 1100 | 0 | 101110 | 10111100 | 1001110 | 11110 |
Color Harmonies of #117A8A
Complementary color
Monochromatic Colors of #117A8A
Black with #117A8A
Text Example
Text Example
White with #117A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A8A; }
p { color: rgb(17,122,138); }
H1.HeaderClassName
{
color: #117A8A;
}
.AnyTagClassName
{
color: #117A8A;
}
</style>
background-color css
<style>
a { background-color: #117A8A; }
a { background-color: rgb(17,122,138); }
div.DivClassName
{
background-color: #117A8A;
}
.BgClassName
{
background-color: #117A8A;
}
</style>
border-color css
<style>
span { border-color: #117A8A; }
span { border-color: rgb(17,122,138); }
td.TdClassName
{
border-color: #117A8A;
}
.TagClassName
{
border-color: #117A8A;
}
</style>