Shades of Teal Blue #114C59
Tints of Teal Blue #114C59
RGB
CMYK
RGB Variations
Color information
#114C59 (or 0x114C59) is known color: Teal Blue. HEX triplet: 11, 4C and 59. RGB value is (17,76,89). Sum of RGB (Red+Green+Blue) = 17+76+89=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #114C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C59 is #EEB3A6. Grayscale: #3B3B3B. Windows color (decimal): -15643559 or 5852177. OLE color: 5852177.
HSL color Cylindrical-coordinate representation of color #114C59: hue angle of 190.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114C59 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 76 | 89 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.65 |
| HSL | 190.83º | 0.68% | 0.21% | - |
| HSV(B) | 190.83º | 0.81% | 0.35% | - |
| XYZ | 4.62 | 6.01 | 10.37 | - |
| YUV | 59.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 89 | 0.81 | 0.15 | 0 | 0.65 | 190.83 | 0.68 | 0.21 |
| Hex | 11 | 4C | 59 | 51 | F | 0 | 41 | BF | 44 | 15 |
| Octal | 21 | 114 | 131 | 121 | 17 | 0 | 101 | 277 | 104 | 25 |
| Binary | 10001 | 1001100 | 1011001 | 1010001 | 1111 | 0 | 1000001 | 10111111 | 1000100 | 10101 |
Color Harmonies of #114C59
Complementary color
Monochromatic Colors of #114C59
Black with #114C59
Text Example
Text Example
White with #114C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C59; }
p { color: rgb(17,76,89); }
H1.HeaderClassName
{
color: #114C59;
}
.AnyTagClassName
{
color: #114C59;
}
</style>
background-color css
<style>
a { background-color: #114C59; }
a { background-color: rgb(17,76,89); }
div.DivClassName
{
background-color: #114C59;
}
.BgClassName
{
background-color: #114C59;
}
</style>
border-color css
<style>
span { border-color: #114C59; }
span { border-color: rgb(17,76,89); }
td.TdClassName
{
border-color: #114C59;
}
.TagClassName
{
border-color: #114C59;
}
</style>