Shades of Deep Teal #145545
Tints of Deep Teal #145545
RGB
CMYK
RGB Variations
Color information
#145545 (or 0x145545) is known color: Deep Teal. HEX triplet: 14, 55 and 45. RGB value is (20,85,69). Sum of RGB (Red+Green+Blue) = 20+85+69=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #145545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145545 is #EBAABA. Grayscale: #3F3F3F. Windows color (decimal): -15444667 or 4543764. OLE color: 4543764.
HSL color Cylindrical-coordinate representation of color #145545: hue angle of 165.23º 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 #145545 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 69 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.67 |
| HSL | 165.23º | 0.62% | 0.21% | - |
| HSV(B) | 165.23º | 0.76% | 0.33% | - |
| XYZ | 4.61 | 7.08 | 6.75 | - |
| YUV | 63.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 69 | 0.76 | 0 | 0.19 | 0.67 | 165.23 | 0.62 | 0.21 |
| Hex | 14 | 55 | 45 | 4C | 0 | 13 | 43 | A5 | 3E | 15 |
| Octal | 24 | 125 | 105 | 114 | 0 | 23 | 103 | 245 | 76 | 25 |
| Binary | 10100 | 1010101 | 1000101 | 1001100 | 0 | 10011 | 1000011 | 10100101 | 111110 | 10101 |
Color Harmonies of #145545
Complementary color
Monochromatic Colors of #145545
Black with #145545
Text Example
Text Example
White with #145545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145545; }
p { color: rgb(20,85,69); }
H1.HeaderClassName
{
color: #145545;
}
.AnyTagClassName
{
color: #145545;
}
</style>
background-color css
<style>
a { background-color: #145545; }
a { background-color: rgb(20,85,69); }
div.DivClassName
{
background-color: #145545;
}
.BgClassName
{
background-color: #145545;
}
</style>
border-color css
<style>
span { border-color: #145545; }
span { border-color: rgb(20,85,69); }
td.TdClassName
{
border-color: #145545;
}
.TagClassName
{
border-color: #145545;
}
</style>