Shades of Deep Teal #064A3C
Tints of Deep Teal #064A3C
RGB
CMYK
RGB Variations
Color information
#064A3C (or 0x064A3C) is known color: Deep Teal. HEX triplet: 06, 4A and 3C. RGB value is (6,74,60). Sum of RGB (Red+Green+Blue) = 6+74+60=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #064A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A3C is #F9B5C3. Grayscale: #343434. Windows color (decimal): -16364996 or 3951110. OLE color: 3951110.
HSL color Cylindrical-coordinate representation of color #064A3C: hue angle of 167.65º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A3C is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 60 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.71 |
| HSL | 167.65º | 0.85% | 0.16% | - |
| HSV(B) | 167.65º | 0.92% | 0.29% | - |
| XYZ | 3.34 | 5.26 | 5.11 | - |
| YUV | 52.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 60 | 0.92 | 0 | 0.19 | 0.71 | 167.65 | 0.85 | 0.16 |
| Hex | 6 | 4A | 3C | 5C | 0 | 13 | 47 | A8 | 55 | 10 |
| Octal | 6 | 112 | 74 | 134 | 0 | 23 | 107 | 250 | 125 | 20 |
| Binary | 110 | 1001010 | 111100 | 1011100 | 0 | 10011 | 1000111 | 10101000 | 1010101 | 10000 |
Color Harmonies of #064A3C
Complementary color
Monochromatic Colors of #064A3C
Black with #064A3C
Text Example
Text Example
White with #064A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A3C; }
p { color: rgb(6,74,60); }
H1.HeaderClassName
{
color: #064A3C;
}
.AnyTagClassName
{
color: #064A3C;
}
</style>
background-color css
<style>
a { background-color: #064A3C; }
a { background-color: rgb(6,74,60); }
div.DivClassName
{
background-color: #064A3C;
}
.BgClassName
{
background-color: #064A3C;
}
</style>
border-color css
<style>
span { border-color: #064A3C; }
span { border-color: rgb(6,74,60); }
td.TdClassName
{
border-color: #064A3C;
}
.TagClassName
{
border-color: #064A3C;
}
</style>