Shades of Teal Blue #114A57
Tints of Teal Blue #114A57
RGB
CMYK
RGB Variations
Color information
#114A57 (or 0x114A57) is known color: Teal Blue. HEX triplet: 11, 4A and 57. RGB value is (17,74,87). Sum of RGB (Red+Green+Blue) = 17+74+87=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #114A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A57 is #EEB5A8. Grayscale: #3A3A3A. Windows color (decimal): -15644073 or 5720593. OLE color: 5720593.
HSL color Cylindrical-coordinate representation of color #114A57: hue angle of 191.14º 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 #114A57 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 74 | 87 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.66 |
| HSL | 191.14º | 0.67% | 0.2% | - |
| HSV(B) | 191.14º | 0.8% | 0.34% | - |
| XYZ | 4.4 | 5.7 | 9.89 | - |
| YUV | 58.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 87 | 0.80 | 0.15 | 0 | 0.66 | 191.14 | 0.67 | 0.2 |
| Hex | 11 | 4A | 57 | 50 | F | 0 | 42 | BF | 43 | 14 |
| Octal | 21 | 112 | 127 | 120 | 17 | 0 | 102 | 277 | 103 | 24 |
| Binary | 10001 | 1001010 | 1010111 | 1010000 | 1111 | 0 | 1000010 | 10111111 | 1000011 | 10100 |
Color Harmonies of #114A57
Complementary color
Monochromatic Colors of #114A57
Black with #114A57
Text Example
Text Example
White with #114A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A57; }
p { color: rgb(17,74,87); }
H1.HeaderClassName
{
color: #114A57;
}
.AnyTagClassName
{
color: #114A57;
}
</style>
background-color css
<style>
a { background-color: #114A57; }
a { background-color: rgb(17,74,87); }
div.DivClassName
{
background-color: #114A57;
}
.BgClassName
{
background-color: #114A57;
}
</style>
border-color css
<style>
span { border-color: #114A57; }
span { border-color: rgb(17,74,87); }
td.TdClassName
{
border-color: #114A57;
}
.TagClassName
{
border-color: #114A57;
}
</style>