Shades of Deep Teal #064A37
Tints of Deep Teal #064A37
RGB
CMYK
RGB Variations
Color information
#064A37 (or 0x064A37) is known color: Deep Teal. HEX triplet: 06, 4A and 37. RGB value is (6,74,55). Sum of RGB (Red+Green+Blue) = 6+74+55=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #064A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A37 is #F9B5C8. Grayscale: #333333. Windows color (decimal): -16365001 or 3623430. OLE color: 3623430.
HSL color Cylindrical-coordinate representation of color #064A37: hue angle of 163.24º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A37 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 55 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.71 |
| HSL | 163.24º | 0.85% | 0.16% | - |
| HSV(B) | 163.24º | 0.92% | 0.29% | - |
| XYZ | 3.21 | 5.21 | 4.45 | - |
| YUV | 51.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 55 | 0.92 | 0 | 0.26 | 0.71 | 163.24 | 0.85 | 0.16 |
| Hex | 6 | 4A | 37 | 5C | 0 | 1A | 47 | A3 | 55 | 10 |
| Octal | 6 | 112 | 67 | 134 | 0 | 32 | 107 | 243 | 125 | 20 |
| Binary | 110 | 1001010 | 110111 | 1011100 | 0 | 11010 | 1000111 | 10100011 | 1010101 | 10000 |
Color Harmonies of #064A37
Complementary color
Monochromatic Colors of #064A37
Black with #064A37
Text Example
Text Example
White with #064A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A37; }
p { color: rgb(6,74,55); }
H1.HeaderClassName
{
color: #064A37;
}
.AnyTagClassName
{
color: #064A37;
}
</style>
background-color css
<style>
a { background-color: #064A37; }
a { background-color: rgb(6,74,55); }
div.DivClassName
{
background-color: #064A37;
}
.BgClassName
{
background-color: #064A37;
}
</style>
border-color css
<style>
span { border-color: #064A37; }
span { border-color: rgb(6,74,55); }
td.TdClassName
{
border-color: #064A37;
}
.TagClassName
{
border-color: #064A37;
}
</style>