Shades of Deep Teal #064436
Tints of Deep Teal #064436
RGB
CMYK
RGB Variations
Color information
#064436 (or 0x064436) is known color: Deep Teal. HEX triplet: 06, 44 and 36. RGB value is (6,68,54). Sum of RGB (Red+Green+Blue) = 6+68+54=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #064436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064436 is #F9BBC9. Grayscale: #2F2F2F. Windows color (decimal): -16366538 or 3556358. OLE color: 3556358.
HSL color Cylindrical-coordinate representation of color #064436: hue angle of 166.45º 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 #064436 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 68 | 54 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.73 |
| HSL | 166.45º | 0.84% | 0.15% | - |
| HSV(B) | 166.45º | 0.91% | 0.27% | - |
| XYZ | 2.81 | 4.44 | 4.2 | - |
| YUV | 47.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 54 | 0.91 | 0 | 0.21 | 0.73 | 166.45 | 0.84 | 0.15 |
| Hex | 6 | 44 | 36 | 5B | 0 | 15 | 49 | A6 | 54 | F |
| Octal | 6 | 104 | 66 | 133 | 0 | 25 | 111 | 246 | 124 | 17 |
| Binary | 110 | 1000100 | 110110 | 1011011 | 0 | 10101 | 1001001 | 10100110 | 1010100 | 1111 |
Color Harmonies of #064436
Complementary color
Monochromatic Colors of #064436
Black with #064436
Text Example
Text Example
White with #064436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064436; }
p { color: rgb(6,68,54); }
H1.HeaderClassName
{
color: #064436;
}
.AnyTagClassName
{
color: #064436;
}
</style>
background-color css
<style>
a { background-color: #064436; }
a { background-color: rgb(6,68,54); }
div.DivClassName
{
background-color: #064436;
}
.BgClassName
{
background-color: #064436;
}
</style>
border-color css
<style>
span { border-color: #064436; }
span { border-color: rgb(6,68,54); }
td.TdClassName
{
border-color: #064436;
}
.TagClassName
{
border-color: #064436;
}
</style>