Shades of Teal Blue #11515E
Tints of Teal Blue #11515E
RGB
CMYK
RGB Variations
Color information
#11515E (or 0x11515E) is known color: Teal Blue. HEX triplet: 11, 51 and 5E. RGB value is (17,81,94). Sum of RGB (Red+Green+Blue) = 17+81+94=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #11515E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11515E is #EEAEA1. Grayscale: #3F3F3F. Windows color (decimal): -15642274 or 6181137. OLE color: 6181137.
HSL color Cylindrical-coordinate representation of color #11515E: hue angle of 190.13º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11515E is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 81 | 94 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.63 |
| HSL | 190.13º | 0.69% | 0.22% | - |
| HSV(B) | 190.13º | 0.82% | 0.37% | - |
| XYZ | 5.19 | 6.81 | 11.63 | - |
| YUV | 63.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 94 | 0.82 | 0.14 | 0 | 0.63 | 190.13 | 0.69 | 0.22 |
| Hex | 11 | 51 | 5E | 52 | E | 0 | 3F | BE | 45 | 16 |
| Octal | 21 | 121 | 136 | 122 | 16 | 0 | 77 | 276 | 105 | 26 |
| Binary | 10001 | 1010001 | 1011110 | 1010010 | 1110 | 0 | 111111 | 10111110 | 1000101 | 10110 |
Color Harmonies of #11515E
Complementary color
Monochromatic Colors of #11515E
Black with #11515E
Text Example
Text Example
White with #11515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11515E; }
p { color: rgb(17,81,94); }
H1.HeaderClassName
{
color: #11515E;
}
.AnyTagClassName
{
color: #11515E;
}
</style>
background-color css
<style>
a { background-color: #11515E; }
a { background-color: rgb(17,81,94); }
div.DivClassName
{
background-color: #11515E;
}
.BgClassName
{
background-color: #11515E;
}
</style>
border-color css
<style>
span { border-color: #11515E; }
span { border-color: rgb(17,81,94); }
td.TdClassName
{
border-color: #11515E;
}
.TagClassName
{
border-color: #11515E;
}
</style>