Shades of Teal #11857C
Tints of Teal #11857C
RGB
CMYK
RGB Variations
Color information
#11857C (or 0x11857C) is known color: Teal. HEX triplet: 11, 85 and 7C. RGB value is (17,133,124). Sum of RGB (Red+Green+Blue) = 17+133+124=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #11857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11857C is #EE7A83. Grayscale: #616161. Windows color (decimal): -15628932 or 8160529. OLE color: 8160529.
HSL color Cylindrical-coordinate representation of color #11857C: hue angle of 175.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11857C is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 133 | 124 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.48 |
| HSL | 175.34º | 0.77% | 0.29% | - |
| HSV(B) | 175.34º | 0.87% | 0.52% | - |
| XYZ | 12.26 | 18.35 | 21.96 | - |
| YUV | 97.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 124 | 0.87 | 0 | 0.07 | 0.48 | 175.34 | 0.77 | 0.29 |
| Hex | 11 | 85 | 7C | 57 | 0 | 7 | 30 | AF | 4D | 1D |
| Octal | 21 | 205 | 174 | 127 | 0 | 7 | 60 | 257 | 115 | 35 |
| Binary | 10001 | 10000101 | 1111100 | 1010111 | 0 | 111 | 110000 | 10101111 | 1001101 | 11101 |
Color Harmonies of #11857C
Complementary color
Monochromatic Colors of #11857C
Black with #11857C
Text Example
Text Example
White with #11857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11857C; }
p { color: rgb(17,133,124); }
H1.HeaderClassName
{
color: #11857C;
}
.AnyTagClassName
{
color: #11857C;
}
</style>
background-color css
<style>
a { background-color: #11857C; }
a { background-color: rgb(17,133,124); }
div.DivClassName
{
background-color: #11857C;
}
.BgClassName
{
background-color: #11857C;
}
</style>
border-color css
<style>
span { border-color: #11857C; }
span { border-color: rgb(17,133,124); }
td.TdClassName
{
border-color: #11857C;
}
.TagClassName
{
border-color: #11857C;
}
</style>