Shades of Teal Blue #14525D
Tints of Teal Blue #14525D
RGB
CMYK
RGB Variations
Color information
#14525D (or 0x14525D) is known color: Teal Blue. HEX triplet: 14, 52 and 5D. RGB value is (20,82,93). Sum of RGB (Red+Green+Blue) = 20+82+93=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #14525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14525D is #EBADA2. Grayscale: #404040. Windows color (decimal): -15445411 or 6115860. OLE color: 6115860.
HSL color Cylindrical-coordinate representation of color #14525D: hue angle of 189.04º degrees, saturation: 0.65, 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 #14525D is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 82 | 93 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.64 |
| HSL | 189.04º | 0.65% | 0.22% | - |
| HSV(B) | 189.04º | 0.78% | 0.36% | - |
| XYZ | 5.28 | 6.97 | 11.42 | - |
| YUV | 64.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 93 | 0.78 | 0.12 | 0 | 0.64 | 189.04 | 0.65 | 0.22 |
| Hex | 14 | 52 | 5D | 4E | C | 0 | 40 | BD | 41 | 16 |
| Octal | 24 | 122 | 135 | 116 | 14 | 0 | 100 | 275 | 101 | 26 |
| Binary | 10100 | 1010010 | 1011101 | 1001110 | 1100 | 0 | 1000000 | 10111101 | 1000001 | 10110 |
Color Harmonies of #14525D
Complementary color
Monochromatic Colors of #14525D
Black with #14525D
Text Example
Text Example
White with #14525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14525D; }
p { color: rgb(20,82,93); }
H1.HeaderClassName
{
color: #14525D;
}
.AnyTagClassName
{
color: #14525D;
}
</style>
background-color css
<style>
a { background-color: #14525D; }
a { background-color: rgb(20,82,93); }
div.DivClassName
{
background-color: #14525D;
}
.BgClassName
{
background-color: #14525D;
}
</style>
border-color css
<style>
span { border-color: #14525D; }
span { border-color: rgb(20,82,93); }
td.TdClassName
{
border-color: #14525D;
}
.TagClassName
{
border-color: #14525D;
}
</style>