Shades of Deep Teal #064D3D
Tints of Deep Teal #064D3D
RGB
CMYK
RGB Variations
Color information
#064D3D (or 0x064D3D) is known color: Deep Teal. HEX triplet: 06, 4D and 3D. RGB value is (6,77,61). Sum of RGB (Red+Green+Blue) = 6+77+61=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #064D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D3D is #F9B2C2. Grayscale: #353535. Windows color (decimal): -16364227 or 4017414. OLE color: 4017414.
HSL color Cylindrical-coordinate representation of color #064D3D: hue angle of 166.48º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D3D is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 61 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.70 |
| HSL | 166.48º | 0.86% | 0.16% | - |
| HSV(B) | 166.48º | 0.92% | 0.3% | - |
| XYZ | 3.57 | 5.68 | 5.32 | - |
| YUV | 53.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 61 | 0.92 | 0 | 0.21 | 0.70 | 166.48 | 0.86 | 0.16 |
| Hex | 6 | 4D | 3D | 5C | 0 | 15 | 46 | A6 | 56 | 10 |
| Octal | 6 | 115 | 75 | 134 | 0 | 25 | 106 | 246 | 126 | 20 |
| Binary | 110 | 1001101 | 111101 | 1011100 | 0 | 10101 | 1000110 | 10100110 | 1010110 | 10000 |
Color Harmonies of #064D3D
Complementary color
Monochromatic Colors of #064D3D
Black with #064D3D
Text Example
Text Example
White with #064D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D3D; }
p { color: rgb(6,77,61); }
H1.HeaderClassName
{
color: #064D3D;
}
.AnyTagClassName
{
color: #064D3D;
}
</style>
background-color css
<style>
a { background-color: #064D3D; }
a { background-color: rgb(6,77,61); }
div.DivClassName
{
background-color: #064D3D;
}
.BgClassName
{
background-color: #064D3D;
}
</style>
border-color css
<style>
span { border-color: #064D3D; }
span { border-color: rgb(6,77,61); }
td.TdClassName
{
border-color: #064D3D;
}
.TagClassName
{
border-color: #064D3D;
}
</style>