Shades of Teal Blue #114755
Tints of Teal Blue #114755
RGB
CMYK
RGB Variations
Color information
#114755 (or 0x114755) is known color: Teal Blue. HEX triplet: 11, 47 and 55. RGB value is (17,71,85). Sum of RGB (Red+Green+Blue) = 17+71+85=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #114755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114755 is #EEB8AA. Grayscale: #383838. Windows color (decimal): -15644843 or 5588753. OLE color: 5588753.
HSL color Cylindrical-coordinate representation of color #114755: hue angle of 192.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114755 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 71 | 85 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.67 |
| HSL | 192.35º | 0.67% | 0.2% | - |
| HSV(B) | 192.35º | 0.8% | 0.33% | - |
| XYZ | 4.12 | 5.28 | 9.4 | - |
| YUV | 56.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 85 | 0.80 | 0.16 | 0 | 0.67 | 192.35 | 0.67 | 0.2 |
| Hex | 11 | 47 | 55 | 50 | 10 | 0 | 43 | C0 | 43 | 14 |
| Octal | 21 | 107 | 125 | 120 | 20 | 0 | 103 | 300 | 103 | 24 |
| Binary | 10001 | 1000111 | 1010101 | 1010000 | 10000 | 0 | 1000011 | 11000000 | 1000011 | 10100 |
Color Harmonies of #114755
Complementary color
Monochromatic Colors of #114755
Black with #114755
Text Example
Text Example
White with #114755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114755; }
p { color: rgb(17,71,85); }
H1.HeaderClassName
{
color: #114755;
}
.AnyTagClassName
{
color: #114755;
}
</style>
background-color css
<style>
a { background-color: #114755; }
a { background-color: rgb(17,71,85); }
div.DivClassName
{
background-color: #114755;
}
.BgClassName
{
background-color: #114755;
}
</style>
border-color css
<style>
span { border-color: #114755; }
span { border-color: rgb(17,71,85); }
td.TdClassName
{
border-color: #114755;
}
.TagClassName
{
border-color: #114755;
}
</style>