Shades of Teal #11887C
Tints of Teal #11887C
RGB
CMYK
RGB Variations
Color information
#11887C (or 0x11887C) is known color: Teal. HEX triplet: 11, 88 and 7C. RGB value is (17,136,124). Sum of RGB (Red+Green+Blue) = 17+136+124=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #11887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11887C is #EE7783. Grayscale: #626262. Windows color (decimal): -15628164 or 8161297. OLE color: 8161297.
HSL color Cylindrical-coordinate representation of color #11887C: hue angle of 173.95º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11887C is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 124 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.47 |
| HSL | 173.95º | 0.78% | 0.3% | - |
| HSV(B) | 173.95º | 0.88% | 0.53% | - |
| XYZ | 12.67 | 19.18 | 22.1 | - |
| YUV | 99.05 | 142.08 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 124 | 0.87 | 0 | 0.09 | 0.47 | 173.95 | 0.78 | 0.3 |
| Hex | 11 | 88 | 7C | 57 | 0 | 9 | 2F | AE | 4E | 1E |
| Octal | 21 | 210 | 174 | 127 | 0 | 11 | 57 | 256 | 116 | 36 |
| Binary | 10001 | 10001000 | 1111100 | 1010111 | 0 | 1001 | 101111 | 10101110 | 1001110 | 11110 |
Color Harmonies of #11887C
Complementary color
Monochromatic Colors of #11887C
Black with #11887C
Text Example
Text Example
White with #11887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11887C; }
p { color: rgb(17,136,124); }
H1.HeaderClassName
{
color: #11887C;
}
.AnyTagClassName
{
color: #11887C;
}
</style>
background-color css
<style>
a { background-color: #11887C; }
a { background-color: rgb(17,136,124); }
div.DivClassName
{
background-color: #11887C;
}
.BgClassName
{
background-color: #11887C;
}
</style>
border-color css
<style>
span { border-color: #11887C; }
span { border-color: rgb(17,136,124); }
td.TdClassName
{
border-color: #11887C;
}
.TagClassName
{
border-color: #11887C;
}
</style>