Shades of Teal Blue #14505D
Tints of Teal Blue #14505D
RGB
CMYK
RGB Variations
Color information
#14505D (or 0x14505D) is known color: Teal Blue. HEX triplet: 14, 50 and 5D. RGB value is (20,80,93). Sum of RGB (Red+Green+Blue) = 20+80+93=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #14505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14505D is #EBAFA2. Grayscale: #3F3F3F. Windows color (decimal): -15445923 or 6115348. OLE color: 6115348.
HSL color Cylindrical-coordinate representation of color #14505D: hue angle of 190.68º 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 #14505D is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 80 | 93 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.64 |
| HSL | 190.68º | 0.65% | 0.22% | - |
| HSV(B) | 190.68º | 0.78% | 0.36% | - |
| XYZ | 5.13 | 6.68 | 11.37 | - |
| YUV | 63.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 93 | 0.78 | 0.14 | 0 | 0.64 | 190.68 | 0.65 | 0.22 |
| Hex | 14 | 50 | 5D | 4E | E | 0 | 40 | BF | 41 | 16 |
| Octal | 24 | 120 | 135 | 116 | 16 | 0 | 100 | 277 | 101 | 26 |
| Binary | 10100 | 1010000 | 1011101 | 1001110 | 1110 | 0 | 1000000 | 10111111 | 1000001 | 10110 |
Color Harmonies of #14505D
Complementary color
Monochromatic Colors of #14505D
Black with #14505D
Text Example
Text Example
White with #14505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14505D; }
p { color: rgb(20,80,93); }
H1.HeaderClassName
{
color: #14505D;
}
.AnyTagClassName
{
color: #14505D;
}
</style>
background-color css
<style>
a { background-color: #14505D; }
a { background-color: rgb(20,80,93); }
div.DivClassName
{
background-color: #14505D;
}
.BgClassName
{
background-color: #14505D;
}
</style>
border-color css
<style>
span { border-color: #14505D; }
span { border-color: rgb(20,80,93); }
td.TdClassName
{
border-color: #14505D;
}
.TagClassName
{
border-color: #14505D;
}
</style>