Shades of Teal Blue #114E5C
Tints of Teal Blue #114E5C
RGB
CMYK
RGB Variations
Color information
#114E5C (or 0x114E5C) is known color: Teal Blue. HEX triplet: 11, 4E and 5C. RGB value is (17,78,92). Sum of RGB (Red+Green+Blue) = 17+78+92=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #114E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E5C is #EEB1A3. Grayscale: #3D3D3D. Windows color (decimal): -15643044 or 6049297. OLE color: 6049297.
HSL color Cylindrical-coordinate representation of color #114E5C: hue angle of 191.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114E5C is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 78 | 92 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.64 |
| HSL | 191.2º | 0.69% | 0.21% | - |
| HSV(B) | 191.2º | 0.82% | 0.36% | - |
| XYZ | 4.89 | 6.34 | 11.09 | - |
| YUV | 61.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 92 | 0.82 | 0.15 | 0 | 0.64 | 191.2 | 0.69 | 0.21 |
| Hex | 11 | 4E | 5C | 52 | F | 0 | 40 | BF | 45 | 15 |
| Octal | 21 | 116 | 134 | 122 | 17 | 0 | 100 | 277 | 105 | 25 |
| Binary | 10001 | 1001110 | 1011100 | 1010010 | 1111 | 0 | 1000000 | 10111111 | 1000101 | 10101 |
Color Harmonies of #114E5C
Complementary color
Monochromatic Colors of #114E5C
Black with #114E5C
Text Example
Text Example
White with #114E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E5C; }
p { color: rgb(17,78,92); }
H1.HeaderClassName
{
color: #114E5C;
}
.AnyTagClassName
{
color: #114E5C;
}
</style>
background-color css
<style>
a { background-color: #114E5C; }
a { background-color: rgb(17,78,92); }
div.DivClassName
{
background-color: #114E5C;
}
.BgClassName
{
background-color: #114E5C;
}
</style>
border-color css
<style>
span { border-color: #114E5C; }
span { border-color: rgb(17,78,92); }
td.TdClassName
{
border-color: #114E5C;
}
.TagClassName
{
border-color: #114E5C;
}
</style>