Shades of Teal #11807C
Tints of Teal #11807C
RGB
CMYK
RGB Variations
Color information
#11807C (or 0x11807C) is known color: Teal. HEX triplet: 11, 80 and 7C. RGB value is (17,128,124). Sum of RGB (Red+Green+Blue) = 17+128+124=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #11807C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11807C is #EE7F83. Grayscale: #5E5E5E. Windows color (decimal): -15630212 or 8159249. OLE color: 8159249.
HSL color Cylindrical-coordinate representation of color #11807C: hue angle of 177.84º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11807C is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 124 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.50 |
| HSL | 177.84º | 0.77% | 0.28% | - |
| HSV(B) | 177.84º | 0.87% | 0.5% | - |
| XYZ | 11.59 | 17.01 | 21.74 | - |
| YUV | 94.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 124 | 0.87 | 0 | 0.03 | 0.50 | 177.84 | 0.77 | 0.28 |
| Hex | 11 | 80 | 7C | 57 | 0 | 3 | 32 | B2 | 4D | 1C |
| Octal | 21 | 200 | 174 | 127 | 0 | 3 | 62 | 262 | 115 | 34 |
| Binary | 10001 | 10000000 | 1111100 | 1010111 | 0 | 11 | 110010 | 10110010 | 1001101 | 11100 |
Color Harmonies of #11807C
Complementary color
Monochromatic Colors of #11807C
Black with #11807C
Text Example
Text Example
White with #11807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11807C; }
p { color: rgb(17,128,124); }
H1.HeaderClassName
{
color: #11807C;
}
.AnyTagClassName
{
color: #11807C;
}
</style>
background-color css
<style>
a { background-color: #11807C; }
a { background-color: rgb(17,128,124); }
div.DivClassName
{
background-color: #11807C;
}
.BgClassName
{
background-color: #11807C;
}
</style>
border-color css
<style>
span { border-color: #11807C; }
span { border-color: rgb(17,128,124); }
td.TdClassName
{
border-color: #11807C;
}
.TagClassName
{
border-color: #11807C;
}
</style>