Shades of Deep Teal #145345
Tints of Deep Teal #145345
RGB
CMYK
RGB Variations
Color information
#145345 (or 0x145345) is known color: Deep Teal. HEX triplet: 14, 53 and 45. RGB value is (20,83,69). Sum of RGB (Red+Green+Blue) = 20+83+69=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #145345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145345 is #EBACBA. Grayscale: #3E3E3E. Windows color (decimal): -15445179 or 4543252. OLE color: 4543252.
HSL color Cylindrical-coordinate representation of color #145345: hue angle of 166.67º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145345 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 69 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.67 |
| HSL | 166.67º | 0.61% | 0.2% | - |
| HSV(B) | 166.67º | 0.76% | 0.33% | - |
| XYZ | 4.46 | 6.76 | 6.7 | - |
| YUV | 62.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 69 | 0.76 | 0 | 0.17 | 0.67 | 166.67 | 0.61 | 0.2 |
| Hex | 14 | 53 | 45 | 4C | 0 | 11 | 43 | A7 | 3D | 14 |
| Octal | 24 | 123 | 105 | 114 | 0 | 21 | 103 | 247 | 75 | 24 |
| Binary | 10100 | 1010011 | 1000101 | 1001100 | 0 | 10001 | 1000011 | 10100111 | 111101 | 10100 |
Color Harmonies of #145345
Complementary color
Monochromatic Colors of #145345
Black with #145345
Text Example
Text Example
White with #145345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145345; }
p { color: rgb(20,83,69); }
H1.HeaderClassName
{
color: #145345;
}
.AnyTagClassName
{
color: #145345;
}
</style>
background-color css
<style>
a { background-color: #145345; }
a { background-color: rgb(20,83,69); }
div.DivClassName
{
background-color: #145345;
}
.BgClassName
{
background-color: #145345;
}
</style>
border-color css
<style>
span { border-color: #145345; }
span { border-color: rgb(20,83,69); }
td.TdClassName
{
border-color: #145345;
}
.TagClassName
{
border-color: #145345;
}
</style>