Shades of Teal Blue #14515C
Tints of Teal Blue #14515C
RGB
CMYK
RGB Variations
Color information
#14515C (or 0x14515C) is known color: Teal Blue. HEX triplet: 14, 51 and 5C. RGB value is (20,81,92). Sum of RGB (Red+Green+Blue) = 20+81+92=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #14515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14515C is #EBAEA3. Grayscale: #3F3F3F. Windows color (decimal): -15445668 or 6050068. OLE color: 6050068.
HSL color Cylindrical-coordinate representation of color #14515C: hue angle of 189.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14515C is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 81 | 92 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.64 |
| HSL | 189.17º | 0.64% | 0.22% | - |
| HSV(B) | 189.17º | 0.78% | 0.36% | - |
| XYZ | 5.16 | 6.81 | 11.17 | - |
| YUV | 64.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 92 | 0.78 | 0.12 | 0 | 0.64 | 189.17 | 0.64 | 0.22 |
| Hex | 14 | 51 | 5C | 4E | C | 0 | 40 | BD | 40 | 16 |
| Octal | 24 | 121 | 134 | 116 | 14 | 0 | 100 | 275 | 100 | 26 |
| Binary | 10100 | 1010001 | 1011100 | 1001110 | 1100 | 0 | 1000000 | 10111101 | 1000000 | 10110 |
Color Harmonies of #14515C
Complementary color
Monochromatic Colors of #14515C
Black with #14515C
Text Example
Text Example
White with #14515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14515C; }
p { color: rgb(20,81,92); }
H1.HeaderClassName
{
color: #14515C;
}
.AnyTagClassName
{
color: #14515C;
}
</style>
background-color css
<style>
a { background-color: #14515C; }
a { background-color: rgb(20,81,92); }
div.DivClassName
{
background-color: #14515C;
}
.BgClassName
{
background-color: #14515C;
}
</style>
border-color css
<style>
span { border-color: #14515C; }
span { border-color: rgb(20,81,92); }
td.TdClassName
{
border-color: #14515C;
}
.TagClassName
{
border-color: #14515C;
}
</style>