Shades of Deep Teal #064134
Tints of Deep Teal #064134
RGB
CMYK
RGB Variations
Color information
#064134 (or 0x064134) is known color: Deep Teal. HEX triplet: 06, 41 and 34. RGB value is (6,65,52). Sum of RGB (Red+Green+Blue) = 6+65+52=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #064134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064134 is #F9BECB. Grayscale: #2D2D2D. Windows color (decimal): -16367308 or 3424518. OLE color: 3424518.
HSL color Cylindrical-coordinate representation of color #064134: hue angle of 166.78º 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 #064134 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 52 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.75 |
| HSL | 166.78º | 0.83% | 0.14% | - |
| HSV(B) | 166.78º | 0.91% | 0.25% | - |
| XYZ | 2.59 | 4.07 | 3.9 | - |
| YUV | 45.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 52 | 0.91 | 0 | 0.20 | 0.75 | 166.78 | 0.83 | 0.14 |
| Hex | 6 | 41 | 34 | 5B | 0 | 14 | 4B | A7 | 53 | E |
| Octal | 6 | 101 | 64 | 133 | 0 | 24 | 113 | 247 | 123 | 16 |
| Binary | 110 | 1000001 | 110100 | 1011011 | 0 | 10100 | 1001011 | 10100111 | 1010011 | 1110 |
Color Harmonies of #064134
Complementary color
Monochromatic Colors of #064134
Black with #064134
Text Example
Text Example
White with #064134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064134; }
p { color: rgb(6,65,52); }
H1.HeaderClassName
{
color: #064134;
}
.AnyTagClassName
{
color: #064134;
}
</style>
background-color css
<style>
a { background-color: #064134; }
a { background-color: rgb(6,65,52); }
div.DivClassName
{
background-color: #064134;
}
.BgClassName
{
background-color: #064134;
}
</style>
border-color css
<style>
span { border-color: #064134; }
span { border-color: rgb(6,65,52); }
td.TdClassName
{
border-color: #064134;
}
.TagClassName
{
border-color: #064134;
}
</style>