Shades of Deep Teal #064034
Tints of Deep Teal #064034
RGB
CMYK
RGB Variations
Color information
#064034 (or 0x064034) is known color: Deep Teal. HEX triplet: 06, 40 and 34. RGB value is (6,64,52). Sum of RGB (Red+Green+Blue) = 6+64+52=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #064034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064034 is #F9BFCB. Grayscale: #2D2D2D. Windows color (decimal): -16367564 or 3424262. OLE color: 3424262.
HSL color Cylindrical-coordinate representation of color #064034: hue angle of 167.59º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064034 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 64 | 52 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.75 |
| HSL | 167.59º | 0.83% | 0.14% | - |
| HSV(B) | 167.59º | 0.91% | 0.25% | - |
| XYZ | 2.53 | 3.95 | 3.88 | - |
| YUV | 45.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 52 | 0.91 | 0 | 0.19 | 0.75 | 167.59 | 0.83 | 0.14 |
| Hex | 6 | 40 | 34 | 5B | 0 | 13 | 4B | A8 | 53 | E |
| Octal | 6 | 100 | 64 | 133 | 0 | 23 | 113 | 250 | 123 | 16 |
| Binary | 110 | 1000000 | 110100 | 1011011 | 0 | 10011 | 1001011 | 10101000 | 1010011 | 1110 |
Color Harmonies of #064034
Complementary color
Monochromatic Colors of #064034
Black with #064034
Text Example
Text Example
White with #064034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064034; }
p { color: rgb(6,64,52); }
H1.HeaderClassName
{
color: #064034;
}
.AnyTagClassName
{
color: #064034;
}
</style>
background-color css
<style>
a { background-color: #064034; }
a { background-color: rgb(6,64,52); }
div.DivClassName
{
background-color: #064034;
}
.BgClassName
{
background-color: #064034;
}
</style>
border-color css
<style>
span { border-color: #064034; }
span { border-color: rgb(6,64,52); }
td.TdClassName
{
border-color: #064034;
}
.TagClassName
{
border-color: #064034;
}
</style>