Shades of Deep Teal #145247
Tints of Deep Teal #145247
RGB
CMYK
RGB Variations
Color information
#145247 (or 0x145247) is known color: Deep Teal. HEX triplet: 14, 52 and 47. RGB value is (20,82,71). Sum of RGB (Red+Green+Blue) = 20+82+71=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #145247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145247 is #EBADB8. Grayscale: #3E3E3E. Windows color (decimal): -15445433 or 4674068. OLE color: 4674068.
HSL color Cylindrical-coordinate representation of color #145247: hue angle of 169.35º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145247 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 71 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.68 |
| HSL | 169.35º | 0.61% | 0.2% | - |
| HSV(B) | 169.35º | 0.76% | 0.32% | - |
| XYZ | 4.44 | 6.64 | 7.01 | - |
| YUV | 62.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 71 | 0.76 | 0 | 0.13 | 0.68 | 169.35 | 0.61 | 0.2 |
| Hex | 14 | 52 | 47 | 4C | 0 | D | 44 | A9 | 3D | 14 |
| Octal | 24 | 122 | 107 | 114 | 0 | 15 | 104 | 251 | 75 | 24 |
| Binary | 10100 | 1010010 | 1000111 | 1001100 | 0 | 1101 | 1000100 | 10101001 | 111101 | 10100 |
Color Harmonies of #145247
Complementary color
Monochromatic Colors of #145247
Black with #145247
Text Example
Text Example
White with #145247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145247; }
p { color: rgb(20,82,71); }
H1.HeaderClassName
{
color: #145247;
}
.AnyTagClassName
{
color: #145247;
}
</style>
background-color css
<style>
a { background-color: #145247; }
a { background-color: rgb(20,82,71); }
div.DivClassName
{
background-color: #145247;
}
.BgClassName
{
background-color: #145247;
}
</style>
border-color css
<style>
span { border-color: #145247; }
span { border-color: rgb(20,82,71); }
td.TdClassName
{
border-color: #145247;
}
.TagClassName
{
border-color: #145247;
}
</style>