Shades of Deep Teal #145241
Tints of Deep Teal #145241
RGB
CMYK
RGB Variations
Color information
#145241 (or 0x145241) is known color: Deep Teal. HEX triplet: 14, 52 and 41. RGB value is (20,82,65). Sum of RGB (Red+Green+Blue) = 20+82+65=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #145241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145241 is #EBADBE. Grayscale: #3D3D3D. Windows color (decimal): -15445439 or 4280852. OLE color: 4280852.
HSL color Cylindrical-coordinate representation of color #145241: hue angle of 163.55º 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 #145241 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 65 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.68 |
| HSL | 163.55º | 0.61% | 0.2% | - |
| HSV(B) | 163.55º | 0.76% | 0.32% | - |
| XYZ | 4.26 | 6.56 | 6.04 | - |
| YUV | 61.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 65 | 0.76 | 0 | 0.21 | 0.68 | 163.55 | 0.61 | 0.2 |
| Hex | 14 | 52 | 41 | 4C | 0 | 15 | 44 | A4 | 3D | 14 |
| Octal | 24 | 122 | 101 | 114 | 0 | 25 | 104 | 244 | 75 | 24 |
| Binary | 10100 | 1010010 | 1000001 | 1001100 | 0 | 10101 | 1000100 | 10100100 | 111101 | 10100 |
Color Harmonies of #145241
Complementary color
Monochromatic Colors of #145241
Black with #145241
Text Example
Text Example
White with #145241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145241; }
p { color: rgb(20,82,65); }
H1.HeaderClassName
{
color: #145241;
}
.AnyTagClassName
{
color: #145241;
}
</style>
background-color css
<style>
a { background-color: #145241; }
a { background-color: rgb(20,82,65); }
div.DivClassName
{
background-color: #145241;
}
.BgClassName
{
background-color: #145241;
}
</style>
border-color css
<style>
span { border-color: #145241; }
span { border-color: rgb(20,82,65); }
td.TdClassName
{
border-color: #145241;
}
.TagClassName
{
border-color: #145241;
}
</style>