Shades of Teal #118581
Tints of Teal #118581
RGB
CMYK
RGB Variations
Color information
#118581 (or 0x118581) is known color: Teal. HEX triplet: 11, 85 and 81. RGB value is (17,133,129). Sum of RGB (Red+Green+Blue) = 17+133+129=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #118581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118581 is #EE7A7E. Grayscale: #616161. Windows color (decimal): -15628927 or 8488209. OLE color: 8488209.
HSL color Cylindrical-coordinate representation of color #118581: hue angle of 177.93º 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 #118581 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 133 | 129 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.48 |
| HSL | 177.93º | 0.77% | 0.29% | - |
| HSV(B) | 177.93º | 0.87% | 0.52% | - |
| XYZ | 12.58 | 18.48 | 23.67 | - |
| YUV | 97.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 129 | 0.87 | 0 | 0.03 | 0.48 | 177.93 | 0.77 | 0.29 |
| Hex | 11 | 85 | 81 | 57 | 0 | 3 | 30 | B2 | 4D | 1D |
| Octal | 21 | 205 | 201 | 127 | 0 | 3 | 60 | 262 | 115 | 35 |
| Binary | 10001 | 10000101 | 10000001 | 1010111 | 0 | 11 | 110000 | 10110010 | 1001101 | 11101 |
Color Harmonies of #118581
Complementary color
Monochromatic Colors of #118581
Black with #118581
Text Example
Text Example
White with #118581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118581; }
p { color: rgb(17,133,129); }
H1.HeaderClassName
{
color: #118581;
}
.AnyTagClassName
{
color: #118581;
}
</style>
background-color css
<style>
a { background-color: #118581; }
a { background-color: rgb(17,133,129); }
div.DivClassName
{
background-color: #118581;
}
.BgClassName
{
background-color: #118581;
}
</style>
border-color css
<style>
span { border-color: #118581; }
span { border-color: rgb(17,133,129); }
td.TdClassName
{
border-color: #118581;
}
.TagClassName
{
border-color: #118581;
}
</style>