Shades of Deep Teal #064334
Tints of Deep Teal #064334
RGB
CMYK
RGB Variations
Color information
#064334 (or 0x064334) is known color: Deep Teal. HEX triplet: 06, 43 and 34. RGB value is (6,67,52). Sum of RGB (Red+Green+Blue) = 6+67+52=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #064334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064334 is #F9BCCB. Grayscale: #2F2F2F. Windows color (decimal): -16366796 or 3425030. OLE color: 3425030.
HSL color Cylindrical-coordinate representation of color #064334: hue angle of 165.25º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064334 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 52 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.74 |
| HSL | 165.25º | 0.84% | 0.14% | - |
| HSV(B) | 165.25º | 0.91% | 0.26% | - |
| XYZ | 2.7 | 4.3 | 3.94 | - |
| YUV | 47.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 52 | 0.91 | 0 | 0.22 | 0.74 | 165.25 | 0.84 | 0.14 |
| Hex | 6 | 43 | 34 | 5B | 0 | 16 | 4A | A5 | 54 | E |
| Octal | 6 | 103 | 64 | 133 | 0 | 26 | 112 | 245 | 124 | 16 |
| Binary | 110 | 1000011 | 110100 | 1011011 | 0 | 10110 | 1001010 | 10100101 | 1010100 | 1110 |
Color Harmonies of #064334
Complementary color
Monochromatic Colors of #064334
Black with #064334
Text Example
Text Example
White with #064334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064334; }
p { color: rgb(6,67,52); }
H1.HeaderClassName
{
color: #064334;
}
.AnyTagClassName
{
color: #064334;
}
</style>
background-color css
<style>
a { background-color: #064334; }
a { background-color: rgb(6,67,52); }
div.DivClassName
{
background-color: #064334;
}
.BgClassName
{
background-color: #064334;
}
</style>
border-color css
<style>
span { border-color: #064334; }
span { border-color: rgb(6,67,52); }
td.TdClassName
{
border-color: #064334;
}
.TagClassName
{
border-color: #064334;
}
</style>