Shades of Deep Teal #064C3B
Tints of Deep Teal #064C3B
RGB
CMYK
RGB Variations
Color information
#064C3B (or 0x064C3B) is known color: Deep Teal. HEX triplet: 06, 4C and 3B. RGB value is (6,76,59). Sum of RGB (Red+Green+Blue) = 6+76+59=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #064C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C3B is #F9B3C4. Grayscale: #353535. Windows color (decimal): -16364485 or 3886086. OLE color: 3886086.
HSL color Cylindrical-coordinate representation of color #064C3B: hue angle of 165.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064C3B is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 76 | 59 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.70 |
| HSL | 165.43º | 0.85% | 0.16% | - |
| HSV(B) | 165.43º | 0.92% | 0.3% | - |
| XYZ | 3.45 | 5.52 | 5.02 | - |
| YUV | 53.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 59 | 0.92 | 0 | 0.22 | 0.70 | 165.43 | 0.85 | 0.16 |
| Hex | 6 | 4C | 3B | 5C | 0 | 16 | 46 | A5 | 55 | 10 |
| Octal | 6 | 114 | 73 | 134 | 0 | 26 | 106 | 245 | 125 | 20 |
| Binary | 110 | 1001100 | 111011 | 1011100 | 0 | 10110 | 1000110 | 10100101 | 1010101 | 10000 |
Color Harmonies of #064C3B
Complementary color
Monochromatic Colors of #064C3B
Black with #064C3B
Text Example
Text Example
White with #064C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C3B; }
p { color: rgb(6,76,59); }
H1.HeaderClassName
{
color: #064C3B;
}
.AnyTagClassName
{
color: #064C3B;
}
</style>
background-color css
<style>
a { background-color: #064C3B; }
a { background-color: rgb(6,76,59); }
div.DivClassName
{
background-color: #064C3B;
}
.BgClassName
{
background-color: #064C3B;
}
</style>
border-color css
<style>
span { border-color: #064C3B; }
span { border-color: rgb(6,76,59); }
td.TdClassName
{
border-color: #064C3B;
}
.TagClassName
{
border-color: #064C3B;
}
</style>