Shades of Teal Blue #14525C
Tints of Teal Blue #14525C
RGB
CMYK
RGB Variations
Color information
#14525C (or 0x14525C) is known color: Teal Blue. HEX triplet: 14, 52 and 5C. RGB value is (20,82,92). Sum of RGB (Red+Green+Blue) = 20+82+92=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #14525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14525C is #EBADA3. Grayscale: #404040. Windows color (decimal): -15445412 or 6050324. OLE color: 6050324.
HSL color Cylindrical-coordinate representation of color #14525C: hue angle of 188.33º 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 #14525C is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 82 | 92 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.64 |
| HSL | 188.33º | 0.64% | 0.22% | - |
| HSV(B) | 188.33º | 0.78% | 0.36% | - |
| XYZ | 5.24 | 6.96 | 11.19 | - |
| YUV | 64.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 92 | 0.78 | 0.11 | 0 | 0.64 | 188.33 | 0.64 | 0.22 |
| Hex | 14 | 52 | 5C | 4E | B | 0 | 40 | BC | 40 | 16 |
| Octal | 24 | 122 | 134 | 116 | 13 | 0 | 100 | 274 | 100 | 26 |
| Binary | 10100 | 1010010 | 1011100 | 1001110 | 1011 | 0 | 1000000 | 10111100 | 1000000 | 10110 |
Color Harmonies of #14525C
Complementary color
Monochromatic Colors of #14525C
Black with #14525C
Text Example
Text Example
White with #14525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14525C; }
p { color: rgb(20,82,92); }
H1.HeaderClassName
{
color: #14525C;
}
.AnyTagClassName
{
color: #14525C;
}
</style>
background-color css
<style>
a { background-color: #14525C; }
a { background-color: rgb(20,82,92); }
div.DivClassName
{
background-color: #14525C;
}
.BgClassName
{
background-color: #14525C;
}
</style>
border-color css
<style>
span { border-color: #14525C; }
span { border-color: rgb(20,82,92); }
td.TdClassName
{
border-color: #14525C;
}
.TagClassName
{
border-color: #14525C;
}
</style>