Shades of Deep Teal #145547
Tints of Deep Teal #145547
RGB
CMYK
RGB Variations
Color information
#145547 (or 0x145547) is known color: Deep Teal. HEX triplet: 14, 55 and 47. RGB value is (20,85,71). Sum of RGB (Red+Green+Blue) = 20+85+71=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #145547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145547 is #EBAAB8. Grayscale: #3F3F3F. Windows color (decimal): -15444665 or 4674836. OLE color: 4674836.
HSL color Cylindrical-coordinate representation of color #145547: hue angle of 167.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145547 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 71 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.67 |
| HSL | 167.08º | 0.62% | 0.21% | - |
| HSV(B) | 167.08º | 0.76% | 0.33% | - |
| XYZ | 4.67 | 7.1 | 7.09 | - |
| YUV | 63.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 71 | 0.76 | 0 | 0.16 | 0.67 | 167.08 | 0.62 | 0.21 |
| Hex | 14 | 55 | 47 | 4C | 0 | 10 | 43 | A7 | 3E | 15 |
| Octal | 24 | 125 | 107 | 114 | 0 | 20 | 103 | 247 | 76 | 25 |
| Binary | 10100 | 1010101 | 1000111 | 1001100 | 0 | 10000 | 1000011 | 10100111 | 111110 | 10101 |
Color Harmonies of #145547
Complementary color
Monochromatic Colors of #145547
Black with #145547
Text Example
Text Example
White with #145547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145547; }
p { color: rgb(20,85,71); }
H1.HeaderClassName
{
color: #145547;
}
.AnyTagClassName
{
color: #145547;
}
</style>
background-color css
<style>
a { background-color: #145547; }
a { background-color: rgb(20,85,71); }
div.DivClassName
{
background-color: #145547;
}
.BgClassName
{
background-color: #145547;
}
</style>
border-color css
<style>
span { border-color: #145547; }
span { border-color: rgb(20,85,71); }
td.TdClassName
{
border-color: #145547;
}
.TagClassName
{
border-color: #145547;
}
</style>