Shades of Deep Teal #145544
Tints of Deep Teal #145544
RGB
CMYK
RGB Variations
Color information
#145544 (or 0x145544) is known color: Deep Teal. HEX triplet: 14, 55 and 44. RGB value is (20,85,68). Sum of RGB (Red+Green+Blue) = 20+85+68=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #145544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145544 is #EBAABB. Grayscale: #3F3F3F. Windows color (decimal): -15444668 or 4478228. OLE color: 4478228.
HSL color Cylindrical-coordinate representation of color #145544: hue angle of 164.31º 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 #145544 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 68 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.67 |
| HSL | 164.31º | 0.62% | 0.21% | - |
| HSV(B) | 164.31º | 0.76% | 0.33% | - |
| XYZ | 4.58 | 7.06 | 6.59 | - |
| YUV | 63.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 68 | 0.76 | 0 | 0.20 | 0.67 | 164.31 | 0.62 | 0.21 |
| Hex | 14 | 55 | 44 | 4C | 0 | 14 | 43 | A4 | 3E | 15 |
| Octal | 24 | 125 | 104 | 114 | 0 | 24 | 103 | 244 | 76 | 25 |
| Binary | 10100 | 1010101 | 1000100 | 1001100 | 0 | 10100 | 1000011 | 10100100 | 111110 | 10101 |
Color Harmonies of #145544
Complementary color
Monochromatic Colors of #145544
Black with #145544
Text Example
Text Example
White with #145544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145544; }
p { color: rgb(20,85,68); }
H1.HeaderClassName
{
color: #145544;
}
.AnyTagClassName
{
color: #145544;
}
</style>
background-color css
<style>
a { background-color: #145544; }
a { background-color: rgb(20,85,68); }
div.DivClassName
{
background-color: #145544;
}
.BgClassName
{
background-color: #145544;
}
</style>
border-color css
<style>
span { border-color: #145544; }
span { border-color: rgb(20,85,68); }
td.TdClassName
{
border-color: #145544;
}
.TagClassName
{
border-color: #145544;
}
</style>