Shades of Deep Teal #145346
Tints of Deep Teal #145346
RGB
CMYK
RGB Variations
Color information
#145346 (or 0x145346) is known color: Deep Teal. HEX triplet: 14, 53 and 46. RGB value is (20,83,70). Sum of RGB (Red+Green+Blue) = 20+83+70=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #145346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145346 is #EBACB9. Grayscale: #3E3E3E. Windows color (decimal): -15445178 or 4608788. OLE color: 4608788.
HSL color Cylindrical-coordinate representation of color #145346: hue angle of 167.62º 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 #145346 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 70 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.67 |
| HSL | 167.62º | 0.61% | 0.2% | - |
| HSV(B) | 167.62º | 0.76% | 0.33% | - |
| XYZ | 4.49 | 6.78 | 6.87 | - |
| YUV | 62.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 70 | 0.76 | 0 | 0.16 | 0.67 | 167.62 | 0.61 | 0.2 |
| Hex | 14 | 53 | 46 | 4C | 0 | 10 | 43 | A8 | 3D | 14 |
| Octal | 24 | 123 | 106 | 114 | 0 | 20 | 103 | 250 | 75 | 24 |
| Binary | 10100 | 1010011 | 1000110 | 1001100 | 0 | 10000 | 1000011 | 10101000 | 111101 | 10100 |
Color Harmonies of #145346
Complementary color
Monochromatic Colors of #145346
Black with #145346
Text Example
Text Example
White with #145346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145346; }
p { color: rgb(20,83,70); }
H1.HeaderClassName
{
color: #145346;
}
.AnyTagClassName
{
color: #145346;
}
</style>
background-color css
<style>
a { background-color: #145346; }
a { background-color: rgb(20,83,70); }
div.DivClassName
{
background-color: #145346;
}
.BgClassName
{
background-color: #145346;
}
</style>
border-color css
<style>
span { border-color: #145346; }
span { border-color: rgb(20,83,70); }
td.TdClassName
{
border-color: #145346;
}
.TagClassName
{
border-color: #145346;
}
</style>