Shades of Deep Teal #064E3A
Tints of Deep Teal #064E3A
RGB
CMYK
RGB Variations
Color information
#064E3A (or 0x064E3A) is known color: Deep Teal. HEX triplet: 06, 4E and 3A. RGB value is (6,78,58). Sum of RGB (Red+Green+Blue) = 6+78+58=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #064E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E3A is #F9B1C5. Grayscale: #363636. Windows color (decimal): -16363974 or 3821062. OLE color: 3821062.
HSL color Cylindrical-coordinate representation of color #064E3A: hue angle of 163.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E3A is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 58 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.69 |
| HSL | 163.33º | 0.86% | 0.16% | - |
| HSV(B) | 163.33º | 0.92% | 0.31% | - |
| XYZ | 3.56 | 5.79 | 4.93 | - |
| YUV | 54.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 58 | 0.92 | 0 | 0.26 | 0.69 | 163.33 | 0.86 | 0.16 |
| Hex | 6 | 4E | 3A | 5C | 0 | 1A | 45 | A3 | 56 | 10 |
| Octal | 6 | 116 | 72 | 134 | 0 | 32 | 105 | 243 | 126 | 20 |
| Binary | 110 | 1001110 | 111010 | 1011100 | 0 | 11010 | 1000101 | 10100011 | 1010110 | 10000 |
Color Harmonies of #064E3A
Complementary color
Monochromatic Colors of #064E3A
Black with #064E3A
Text Example
Text Example
White with #064E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E3A; }
p { color: rgb(6,78,58); }
H1.HeaderClassName
{
color: #064E3A;
}
.AnyTagClassName
{
color: #064E3A;
}
</style>
background-color css
<style>
a { background-color: #064E3A; }
a { background-color: rgb(6,78,58); }
div.DivClassName
{
background-color: #064E3A;
}
.BgClassName
{
background-color: #064E3A;
}
</style>
border-color css
<style>
span { border-color: #064E3A; }
span { border-color: rgb(6,78,58); }
td.TdClassName
{
border-color: #064E3A;
}
.TagClassName
{
border-color: #064E3A;
}
</style>