Shades of Teal Blue #114956
Tints of Teal Blue #114956
RGB
CMYK
RGB Variations
Color information
#114956 (or 0x114956) is known color: Teal Blue. HEX triplet: 11, 49 and 56. RGB value is (17,73,86). Sum of RGB (Red+Green+Blue) = 17+73+86=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #114956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114956 is #EEB6A9. Grayscale: #393939. Windows color (decimal): -15644330 or 5654801. OLE color: 5654801.
HSL color Cylindrical-coordinate representation of color #114956: hue angle of 191.3º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114956 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 73 | 86 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.66 |
| HSL | 191.3º | 0.67% | 0.2% | - |
| HSV(B) | 191.3º | 0.8% | 0.34% | - |
| XYZ | 4.29 | 5.56 | 9.65 | - |
| YUV | 57.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 86 | 0.80 | 0.15 | 0 | 0.66 | 191.3 | 0.67 | 0.2 |
| Hex | 11 | 49 | 56 | 50 | F | 0 | 42 | BF | 43 | 14 |
| Octal | 21 | 111 | 126 | 120 | 17 | 0 | 102 | 277 | 103 | 24 |
| Binary | 10001 | 1001001 | 1010110 | 1010000 | 1111 | 0 | 1000010 | 10111111 | 1000011 | 10100 |
Color Harmonies of #114956
Complementary color
Monochromatic Colors of #114956
Black with #114956
Text Example
Text Example
White with #114956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114956; }
p { color: rgb(17,73,86); }
H1.HeaderClassName
{
color: #114956;
}
.AnyTagClassName
{
color: #114956;
}
</style>
background-color css
<style>
a { background-color: #114956; }
a { background-color: rgb(17,73,86); }
div.DivClassName
{
background-color: #114956;
}
.BgClassName
{
background-color: #114956;
}
</style>
border-color css
<style>
span { border-color: #114956; }
span { border-color: rgb(17,73,86); }
td.TdClassName
{
border-color: #114956;
}
.TagClassName
{
border-color: #114956;
}
</style>