Shades of Teal #11807F
Tints of Teal #11807F
RGB
CMYK
RGB Variations
Color information
#11807F (or 0x11807F) is known color: Teal. HEX triplet: 11, 80 and 7F. RGB value is (17,128,127). Sum of RGB (Red+Green+Blue) = 17+128+127=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #11807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11807F is #EE7F80. Grayscale: #5E5E5E. Windows color (decimal): -15630209 or 8355857. OLE color: 8355857.
HSL color Cylindrical-coordinate representation of color #11807F: hue angle of 179.46º 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 #11807F is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 127 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.50 |
| HSL | 179.46º | 0.77% | 0.28% | - |
| HSV(B) | 179.46º | 0.87% | 0.5% | - |
| XYZ | 11.78 | 17.09 | 22.76 | - |
| YUV | 94.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 127 | 0.87 | 0 | 0.01 | 0.50 | 179.46 | 0.77 | 0.28 |
| Hex | 11 | 80 | 7F | 57 | 0 | 1 | 32 | B3 | 4D | 1C |
| Octal | 21 | 200 | 177 | 127 | 0 | 1 | 62 | 263 | 115 | 34 |
| Binary | 10001 | 10000000 | 1111111 | 1010111 | 0 | 1 | 110010 | 10110011 | 1001101 | 11100 |
Color Harmonies of #11807F
Complementary color
Monochromatic Colors of #11807F
Black with #11807F
Text Example
Text Example
White with #11807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11807F; }
p { color: rgb(17,128,127); }
H1.HeaderClassName
{
color: #11807F;
}
.AnyTagClassName
{
color: #11807F;
}
</style>
background-color css
<style>
a { background-color: #11807F; }
a { background-color: rgb(17,128,127); }
div.DivClassName
{
background-color: #11807F;
}
.BgClassName
{
background-color: #11807F;
}
</style>
border-color css
<style>
span { border-color: #11807F; }
span { border-color: rgb(17,128,127); }
td.TdClassName
{
border-color: #11807F;
}
.TagClassName
{
border-color: #11807F;
}
</style>