Shades of Teal #11807D
Tints of Teal #11807D
RGB
CMYK
RGB Variations
Color information
#11807D (or 0x11807D) is known color: Teal. HEX triplet: 11, 80 and 7D. RGB value is (17,128,125). Sum of RGB (Red+Green+Blue) = 17+128+125=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #11807D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11807D is #EE7F82. Grayscale: #5E5E5E. Windows color (decimal): -15630211 or 8224785. OLE color: 8224785.
HSL color Cylindrical-coordinate representation of color #11807D: hue angle of 178.38º 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 #11807D is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 125 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.50 |
| HSL | 178.38º | 0.77% | 0.28% | - |
| HSV(B) | 178.38º | 0.87% | 0.5% | - |
| XYZ | 11.65 | 17.04 | 22.08 | - |
| YUV | 94.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 125 | 0.87 | 0 | 0.02 | 0.50 | 178.38 | 0.77 | 0.28 |
| Hex | 11 | 80 | 7D | 57 | 0 | 2 | 32 | B2 | 4D | 1C |
| Octal | 21 | 200 | 175 | 127 | 0 | 2 | 62 | 262 | 115 | 34 |
| Binary | 10001 | 10000000 | 1111101 | 1010111 | 0 | 10 | 110010 | 10110010 | 1001101 | 11100 |
Color Harmonies of #11807D
Complementary color
Monochromatic Colors of #11807D
Black with #11807D
Text Example
Text Example
White with #11807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11807D; }
p { color: rgb(17,128,125); }
H1.HeaderClassName
{
color: #11807D;
}
.AnyTagClassName
{
color: #11807D;
}
</style>
background-color css
<style>
a { background-color: #11807D; }
a { background-color: rgb(17,128,125); }
div.DivClassName
{
background-color: #11807D;
}
.BgClassName
{
background-color: #11807D;
}
</style>
border-color css
<style>
span { border-color: #11807D; }
span { border-color: rgb(17,128,125); }
td.TdClassName
{
border-color: #11807D;
}
.TagClassName
{
border-color: #11807D;
}
</style>