Shades of Teal #118980
Tints of Teal #118980
RGB
CMYK
RGB Variations
Color information
#118980 (or 0x118980) is known color: Teal. HEX triplet: 11, 89 and 80. RGB value is (17,137,128). Sum of RGB (Red+Green+Blue) = 17+137+128=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #118980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118980 is #EE767F. Grayscale: #646464. Windows color (decimal): -15627904 or 8423697. OLE color: 8423697.
HSL color Cylindrical-coordinate representation of color #118980: hue angle of 175.5º 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 #118980 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 137 | 128 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.46 |
| HSL | 175.5º | 0.78% | 0.3% | - |
| HSV(B) | 175.5º | 0.88% | 0.54% | - |
| XYZ | 13.07 | 19.57 | 23.51 | - |
| YUV | 100.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 128 | 0.88 | 0 | 0.07 | 0.46 | 175.5 | 0.78 | 0.3 |
| Hex | 11 | 89 | 80 | 58 | 0 | 7 | 2E | B0 | 4E | 1E |
| Octal | 21 | 211 | 200 | 130 | 0 | 7 | 56 | 260 | 116 | 36 |
| Binary | 10001 | 10001001 | 10000000 | 1011000 | 0 | 111 | 101110 | 10110000 | 1001110 | 11110 |
Color Harmonies of #118980
Complementary color
Monochromatic Colors of #118980
Black with #118980
Text Example
Text Example
White with #118980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118980; }
p { color: rgb(17,137,128); }
H1.HeaderClassName
{
color: #118980;
}
.AnyTagClassName
{
color: #118980;
}
</style>
background-color css
<style>
a { background-color: #118980; }
a { background-color: rgb(17,137,128); }
div.DivClassName
{
background-color: #118980;
}
.BgClassName
{
background-color: #118980;
}
</style>
border-color css
<style>
span { border-color: #118980; }
span { border-color: rgb(17,137,128); }
td.TdClassName
{
border-color: #118980;
}
.TagClassName
{
border-color: #118980;
}
</style>