Shades of Teal #11787D
Tints of Teal #11787D
RGB
CMYK
RGB Variations
Color information
#11787D (or 0x11787D) is known color: Teal. HEX triplet: 11, 78 and 7D. RGB value is (17,120,125). Sum of RGB (Red+Green+Blue) = 17+120+125=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #11787D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11787D is #EE8782. Grayscale: #595959. Windows color (decimal): -15632259 or 8222737. OLE color: 8222737.
HSL color Cylindrical-coordinate representation of color #11787D: hue angle of 182.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11787D is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 120 | 125 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.51 |
| HSL | 182.78º | 0.76% | 0.28% | - |
| HSV(B) | 182.78º | 0.86% | 0.49% | - |
| XYZ | 10.65 | 15.03 | 21.74 | - |
| YUV | 89.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 125 | 0.86 | 0.04 | 0 | 0.51 | 182.78 | 0.76 | 0.28 |
| Hex | 11 | 78 | 7D | 56 | 4 | 0 | 33 | B7 | 4C | 1C |
| Octal | 21 | 170 | 175 | 126 | 4 | 0 | 63 | 267 | 114 | 34 |
| Binary | 10001 | 1111000 | 1111101 | 1010110 | 100 | 0 | 110011 | 10110111 | 1001100 | 11100 |
Color Harmonies of #11787D
Complementary color
Monochromatic Colors of #11787D
Black with #11787D
Text Example
Text Example
White with #11787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11787D; }
p { color: rgb(17,120,125); }
H1.HeaderClassName
{
color: #11787D;
}
.AnyTagClassName
{
color: #11787D;
}
</style>
background-color css
<style>
a { background-color: #11787D; }
a { background-color: rgb(17,120,125); }
div.DivClassName
{
background-color: #11787D;
}
.BgClassName
{
background-color: #11787D;
}
</style>
border-color css
<style>
span { border-color: #11787D; }
span { border-color: rgb(17,120,125); }
td.TdClassName
{
border-color: #11787D;
}
.TagClassName
{
border-color: #11787D;
}
</style>