Shades of Deep Teal #064434
Tints of Deep Teal #064434
RGB
CMYK
RGB Variations
Color information
#064434 (or 0x064434) is known color: Deep Teal. HEX triplet: 06, 44 and 34. RGB value is (6,68,52). Sum of RGB (Red+Green+Blue) = 6+68+52=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #064434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064434 is #F9BBCB. Grayscale: #2F2F2F. Windows color (decimal): -16366540 or 3425286. OLE color: 3425286.
HSL color Cylindrical-coordinate representation of color #064434: hue angle of 164.52º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064434 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 68 | 52 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.73 |
| HSL | 164.52º | 0.84% | 0.15% | - |
| HSV(B) | 164.52º | 0.91% | 0.27% | - |
| XYZ | 2.76 | 4.42 | 3.96 | - |
| YUV | 47.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 52 | 0.91 | 0 | 0.24 | 0.73 | 164.52 | 0.84 | 0.15 |
| Hex | 6 | 44 | 34 | 5B | 0 | 18 | 49 | A5 | 54 | F |
| Octal | 6 | 104 | 64 | 133 | 0 | 30 | 111 | 245 | 124 | 17 |
| Binary | 110 | 1000100 | 110100 | 1011011 | 0 | 11000 | 1001001 | 10100101 | 1010100 | 1111 |
Color Harmonies of #064434
Complementary color
Monochromatic Colors of #064434
Black with #064434
Text Example
Text Example
White with #064434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064434; }
p { color: rgb(6,68,52); }
H1.HeaderClassName
{
color: #064434;
}
.AnyTagClassName
{
color: #064434;
}
</style>
background-color css
<style>
a { background-color: #064434; }
a { background-color: rgb(6,68,52); }
div.DivClassName
{
background-color: #064434;
}
.BgClassName
{
background-color: #064434;
}
</style>
border-color css
<style>
span { border-color: #064434; }
span { border-color: rgb(6,68,52); }
td.TdClassName
{
border-color: #064434;
}
.TagClassName
{
border-color: #064434;
}
</style>