Shades of Deep Teal #145543
Tints of Deep Teal #145543
RGB
CMYK
RGB Variations
Color information
#145543 (or 0x145543) is known color: Deep Teal. HEX triplet: 14, 55 and 43. RGB value is (20,85,67). Sum of RGB (Red+Green+Blue) = 20+85+67=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #145543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145543 is #EBAABC. Grayscale: #3F3F3F. Windows color (decimal): -15444669 or 4412692. OLE color: 4412692.
HSL color Cylindrical-coordinate representation of color #145543: hue angle of 163.38º 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 #145543 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 67 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.67 |
| HSL | 163.38º | 0.62% | 0.21% | - |
| HSV(B) | 163.38º | 0.76% | 0.33% | - |
| XYZ | 4.55 | 7.05 | 6.43 | - |
| YUV | 63.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 67 | 0.76 | 0 | 0.21 | 0.67 | 163.38 | 0.62 | 0.21 |
| Hex | 14 | 55 | 43 | 4C | 0 | 15 | 43 | A3 | 3E | 15 |
| Octal | 24 | 125 | 103 | 114 | 0 | 25 | 103 | 243 | 76 | 25 |
| Binary | 10100 | 1010101 | 1000011 | 1001100 | 0 | 10101 | 1000011 | 10100011 | 111110 | 10101 |
Color Harmonies of #145543
Complementary color
Monochromatic Colors of #145543
Black with #145543
Text Example
Text Example
White with #145543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145543; }
p { color: rgb(20,85,67); }
H1.HeaderClassName
{
color: #145543;
}
.AnyTagClassName
{
color: #145543;
}
</style>
background-color css
<style>
a { background-color: #145543; }
a { background-color: rgb(20,85,67); }
div.DivClassName
{
background-color: #145543;
}
.BgClassName
{
background-color: #145543;
}
</style>
border-color css
<style>
span { border-color: #145543; }
span { border-color: rgb(20,85,67); }
td.TdClassName
{
border-color: #145543;
}
.TagClassName
{
border-color: #145543;
}
</style>