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