Shades of Teal #117984
Tints of Teal #117984
RGB
CMYK
RGB Variations
Color information
#117984 (or 0x117984) is known color: Teal. HEX triplet: 11, 79 and 84. RGB value is (17,121,132). Sum of RGB (Red+Green+Blue) = 17+121+132=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #117984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117984 is #EE867B. Grayscale: #5B5B5B. Windows color (decimal): -15631996 or 8681745. OLE color: 8681745.
HSL color Cylindrical-coordinate representation of color #117984: hue angle of 185.74º 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 #117984 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 121 | 132 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.48 |
| HSL | 185.74º | 0.77% | 0.29% | - |
| HSV(B) | 185.74º | 0.87% | 0.52% | - |
| XYZ | 11.23 | 15.46 | 24.22 | - |
| YUV | 91.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 121 | 132 | 0.87 | 0.08 | 0 | 0.48 | 185.74 | 0.77 | 0.29 |
| Hex | 11 | 79 | 84 | 57 | 8 | 0 | 30 | BA | 4D | 1D |
| Octal | 21 | 171 | 204 | 127 | 10 | 0 | 60 | 272 | 115 | 35 |
| Binary | 10001 | 1111001 | 10000100 | 1010111 | 1000 | 0 | 110000 | 10111010 | 1001101 | 11101 |
Color Harmonies of #117984
Complementary color
Monochromatic Colors of #117984
Black with #117984
Text Example
Text Example
White with #117984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117984; }
p { color: rgb(17,121,132); }
H1.HeaderClassName
{
color: #117984;
}
.AnyTagClassName
{
color: #117984;
}
</style>
background-color css
<style>
a { background-color: #117984; }
a { background-color: rgb(17,121,132); }
div.DivClassName
{
background-color: #117984;
}
.BgClassName
{
background-color: #117984;
}
</style>
border-color css
<style>
span { border-color: #117984; }
span { border-color: rgb(17,121,132); }
td.TdClassName
{
border-color: #117984;
}
.TagClassName
{
border-color: #117984;
}
</style>