Shades of Teal #118182
Tints of Teal #118182
RGB
CMYK
RGB Variations
Color information
#118182 (or 0x118182) is known color: Teal. HEX triplet: 11, 81 and 82. RGB value is (17,129,130). Sum of RGB (Red+Green+Blue) = 17+129+130=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #118182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118182 is #EE7E7D. Grayscale: #5F5F5F. Windows color (decimal): -15629950 or 8552721. OLE color: 8552721.
HSL color Cylindrical-coordinate representation of color #118182: hue angle of 180.53º 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 #118182 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 129 | 130 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.49 |
| HSL | 180.53º | 0.77% | 0.29% | - |
| HSV(B) | 180.53º | 0.87% | 0.51% | - |
| XYZ | 12.11 | 17.43 | 23.85 | - |
| YUV | 95.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 129 | 130 | 0.87 | 0.01 | 0 | 0.49 | 180.53 | 0.77 | 0.29 |
| Hex | 11 | 81 | 82 | 57 | 1 | 0 | 31 | B5 | 4D | 1D |
| Octal | 21 | 201 | 202 | 127 | 1 | 0 | 61 | 265 | 115 | 35 |
| Binary | 10001 | 10000001 | 10000010 | 1010111 | 1 | 0 | 110001 | 10110101 | 1001101 | 11101 |
Color Harmonies of #118182
Complementary color
Monochromatic Colors of #118182
Black with #118182
Text Example
Text Example
White with #118182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118182; }
p { color: rgb(17,129,130); }
H1.HeaderClassName
{
color: #118182;
}
.AnyTagClassName
{
color: #118182;
}
</style>
background-color css
<style>
a { background-color: #118182; }
a { background-color: rgb(17,129,130); }
div.DivClassName
{
background-color: #118182;
}
.BgClassName
{
background-color: #118182;
}
</style>
border-color css
<style>
span { border-color: #118182; }
span { border-color: rgb(17,129,130); }
td.TdClassName
{
border-color: #118182;
}
.TagClassName
{
border-color: #118182;
}
</style>