Shades of Teal #118485
Tints of Teal #118485
RGB
CMYK
RGB Variations
Color information
#118485 (or 0x118485) is known color: Teal. HEX triplet: 11, 84 and 85. RGB value is (17,132,133). Sum of RGB (Red+Green+Blue) = 17+132+133=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #118485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118485 is #EE7B7A. Grayscale: #616161. Windows color (decimal): -15629179 or 8750097. OLE color: 8750097.
HSL color Cylindrical-coordinate representation of color #118485: hue angle of 180.52º 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 #118485 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 133 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.48 |
| HSL | 180.52º | 0.77% | 0.29% | - |
| HSV(B) | 180.52º | 0.87% | 0.52% | - |
| XYZ | 12.72 | 18.32 | 25.06 | - |
| YUV | 97.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 133 | 0.87 | 0.01 | 0 | 0.48 | 180.52 | 0.77 | 0.29 |
| Hex | 11 | 84 | 85 | 57 | 1 | 0 | 30 | B5 | 4D | 1D |
| Octal | 21 | 204 | 205 | 127 | 1 | 0 | 60 | 265 | 115 | 35 |
| Binary | 10001 | 10000100 | 10000101 | 1010111 | 1 | 0 | 110000 | 10110101 | 1001101 | 11101 |
Color Harmonies of #118485
Complementary color
Monochromatic Colors of #118485
Black with #118485
Text Example
Text Example
White with #118485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118485; }
p { color: rgb(17,132,133); }
H1.HeaderClassName
{
color: #118485;
}
.AnyTagClassName
{
color: #118485;
}
</style>
background-color css
<style>
a { background-color: #118485; }
a { background-color: rgb(17,132,133); }
div.DivClassName
{
background-color: #118485;
}
.BgClassName
{
background-color: #118485;
}
</style>
border-color css
<style>
span { border-color: #118485; }
span { border-color: rgb(17,132,133); }
td.TdClassName
{
border-color: #118485;
}
.TagClassName
{
border-color: #118485;
}
</style>