Shades of Teal #11877C
Tints of Teal #11877C
RGB
CMYK
RGB Variations
Color information
#11877C (or 0x11877C) is known color: Teal. HEX triplet: 11, 87 and 7C. RGB value is (17,135,124). Sum of RGB (Red+Green+Blue) = 17+135+124=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #11877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11877C is #EE7883. Grayscale: #626262. Windows color (decimal): -15628420 or 8161041. OLE color: 8161041.
HSL color Cylindrical-coordinate representation of color #11877C: hue angle of 174.41º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11877C is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 124 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.47 |
| HSL | 174.41º | 0.78% | 0.3% | - |
| HSV(B) | 174.41º | 0.87% | 0.53% | - |
| XYZ | 12.53 | 18.9 | 22.06 | - |
| YUV | 98.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 124 | 0.87 | 0 | 0.08 | 0.47 | 174.41 | 0.78 | 0.3 |
| Hex | 11 | 87 | 7C | 57 | 0 | 8 | 2F | AE | 4E | 1E |
| Octal | 21 | 207 | 174 | 127 | 0 | 10 | 57 | 256 | 116 | 36 |
| Binary | 10001 | 10000111 | 1111100 | 1010111 | 0 | 1000 | 101111 | 10101110 | 1001110 | 11110 |
Color Harmonies of #11877C
Complementary color
Monochromatic Colors of #11877C
Black with #11877C
Text Example
Text Example
White with #11877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11877C; }
p { color: rgb(17,135,124); }
H1.HeaderClassName
{
color: #11877C;
}
.AnyTagClassName
{
color: #11877C;
}
</style>
background-color css
<style>
a { background-color: #11877C; }
a { background-color: rgb(17,135,124); }
div.DivClassName
{
background-color: #11877C;
}
.BgClassName
{
background-color: #11877C;
}
</style>
border-color css
<style>
span { border-color: #11877C; }
span { border-color: rgb(17,135,124); }
td.TdClassName
{
border-color: #11877C;
}
.TagClassName
{
border-color: #11877C;
}
</style>