Shades of Teal #11897F
Tints of Teal #11897F
RGB
CMYK
RGB Variations
Color information
#11897F (or 0x11897F) is known color: Teal. HEX triplet: 11, 89 and 7F. RGB value is (17,137,127). Sum of RGB (Red+Green+Blue) = 17+137+127=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #11897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11897F is #EE7680. Grayscale: #636363. Windows color (decimal): -15627905 or 8358161. OLE color: 8358161.
HSL color Cylindrical-coordinate representation of color #11897F: hue angle of 175º 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 #11897F is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 137 | 127 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.46 |
| HSL | 175º | 0.78% | 0.3% | - |
| HSV(B) | 175º | 0.88% | 0.54% | - |
| XYZ | 13.01 | 19.54 | 23.17 | - |
| YUV | 99.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 127 | 0.88 | 0 | 0.07 | 0.46 | 175 | 0.78 | 0.3 |
| Hex | 11 | 89 | 7F | 58 | 0 | 7 | 2E | AF | 4E | 1E |
| Octal | 21 | 211 | 177 | 130 | 0 | 7 | 56 | 257 | 116 | 36 |
| Binary | 10001 | 10001001 | 1111111 | 1011000 | 0 | 111 | 101110 | 10101111 | 1001110 | 11110 |
Color Harmonies of #11897F
Complementary color
Monochromatic Colors of #11897F
Black with #11897F
Text Example
Text Example
White with #11897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11897F; }
p { color: rgb(17,137,127); }
H1.HeaderClassName
{
color: #11897F;
}
.AnyTagClassName
{
color: #11897F;
}
</style>
background-color css
<style>
a { background-color: #11897F; }
a { background-color: rgb(17,137,127); }
div.DivClassName
{
background-color: #11897F;
}
.BgClassName
{
background-color: #11897F;
}
</style>
border-color css
<style>
span { border-color: #11897F; }
span { border-color: rgb(17,137,127); }
td.TdClassName
{
border-color: #11897F;
}
.TagClassName
{
border-color: #11897F;
}
</style>