Shades of Teal #11897B
Tints of Teal #11897B
RGB
CMYK
RGB Variations
Color information
#11897B (or 0x11897B) is known color: Teal. HEX triplet: 11, 89 and 7B. RGB value is (17,137,123). Sum of RGB (Red+Green+Blue) = 17+137+123=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #11897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11897B is #EE7684. Grayscale: #636363. Windows color (decimal): -15627909 or 8096017. OLE color: 8096017.
HSL color Cylindrical-coordinate representation of color #11897B: hue angle of 173º 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 #11897B is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 137 | 123 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.46 |
| HSL | 173º | 0.78% | 0.3% | - |
| HSV(B) | 173º | 0.88% | 0.54% | - |
| XYZ | 12.75 | 19.44 | 21.82 | - |
| YUV | 99.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 123 | 0.88 | 0 | 0.10 | 0.46 | 173 | 0.78 | 0.3 |
| Hex | 11 | 89 | 7B | 58 | 0 | A | 2E | AD | 4E | 1E |
| Octal | 21 | 211 | 173 | 130 | 0 | 12 | 56 | 255 | 116 | 36 |
| Binary | 10001 | 10001001 | 1111011 | 1011000 | 0 | 1010 | 101110 | 10101101 | 1001110 | 11110 |
Color Harmonies of #11897B
Complementary color
Monochromatic Colors of #11897B
Black with #11897B
Text Example
Text Example
White with #11897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11897B; }
p { color: rgb(17,137,123); }
H1.HeaderClassName
{
color: #11897B;
}
.AnyTagClassName
{
color: #11897B;
}
</style>
background-color css
<style>
a { background-color: #11897B; }
a { background-color: rgb(17,137,123); }
div.DivClassName
{
background-color: #11897B;
}
.BgClassName
{
background-color: #11897B;
}
</style>
border-color css
<style>
span { border-color: #11897B; }
span { border-color: rgb(17,137,123); }
td.TdClassName
{
border-color: #11897B;
}
.TagClassName
{
border-color: #11897B;
}
</style>