Shades of Deep Teal #064E3C
Tints of Deep Teal #064E3C
RGB
CMYK
RGB Variations
Color information
#064E3C (or 0x064E3C) is known color: Deep Teal. HEX triplet: 06, 4E and 3C. RGB value is (6,78,60). Sum of RGB (Red+Green+Blue) = 6+78+60=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #064E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E3C is #F9B1C3. Grayscale: #363636. Windows color (decimal): -16363972 or 3952134. OLE color: 3952134.
HSL color Cylindrical-coordinate representation of color #064E3C: hue angle of 165º 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 #064E3C is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 60 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.69 |
| HSL | 165º | 0.86% | 0.16% | - |
| HSV(B) | 165º | 0.92% | 0.31% | - |
| XYZ | 3.62 | 5.81 | 5.21 | - |
| YUV | 54.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 60 | 0.92 | 0 | 0.23 | 0.69 | 165 | 0.86 | 0.16 |
| Hex | 6 | 4E | 3C | 5C | 0 | 17 | 45 | A5 | 56 | 10 |
| Octal | 6 | 116 | 74 | 134 | 0 | 27 | 105 | 245 | 126 | 20 |
| Binary | 110 | 1001110 | 111100 | 1011100 | 0 | 10111 | 1000101 | 10100101 | 1010110 | 10000 |
Color Harmonies of #064E3C
Complementary color
Monochromatic Colors of #064E3C
Black with #064E3C
Text Example
Text Example
White with #064E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E3C; }
p { color: rgb(6,78,60); }
H1.HeaderClassName
{
color: #064E3C;
}
.AnyTagClassName
{
color: #064E3C;
}
</style>
background-color css
<style>
a { background-color: #064E3C; }
a { background-color: rgb(6,78,60); }
div.DivClassName
{
background-color: #064E3C;
}
.BgClassName
{
background-color: #064E3C;
}
</style>
border-color css
<style>
span { border-color: #064E3C; }
span { border-color: rgb(6,78,60); }
td.TdClassName
{
border-color: #064E3C;
}
.TagClassName
{
border-color: #064E3C;
}
</style>