Shades of Deep Teal #064735
Tints of Deep Teal #064735
RGB
CMYK
RGB Variations
Color information
#064735 (or 0x064735) is known color: Deep Teal. HEX triplet: 06, 47 and 35. RGB value is (6,71,53). Sum of RGB (Red+Green+Blue) = 6+71+53=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #064735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064735 is #F9B8CA. Grayscale: #313131. Windows color (decimal): -16365771 or 3491590. OLE color: 3491590.
HSL color Cylindrical-coordinate representation of color #064735: hue angle of 163.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064735 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 53 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.72 |
| HSL | 163.38º | 0.84% | 0.15% | - |
| HSV(B) | 163.38º | 0.92% | 0.28% | - |
| XYZ | 2.97 | 4.8 | 4.14 | - |
| YUV | 49.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 53 | 0.92 | 0 | 0.25 | 0.72 | 163.38 | 0.84 | 0.15 |
| Hex | 6 | 47 | 35 | 5C | 0 | 19 | 48 | A3 | 54 | F |
| Octal | 6 | 107 | 65 | 134 | 0 | 31 | 110 | 243 | 124 | 17 |
| Binary | 110 | 1000111 | 110101 | 1011100 | 0 | 11001 | 1001000 | 10100011 | 1010100 | 1111 |
Color Harmonies of #064735
Complementary color
Monochromatic Colors of #064735
Black with #064735
Text Example
Text Example
White with #064735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064735; }
p { color: rgb(6,71,53); }
H1.HeaderClassName
{
color: #064735;
}
.AnyTagClassName
{
color: #064735;
}
</style>
background-color css
<style>
a { background-color: #064735; }
a { background-color: rgb(6,71,53); }
div.DivClassName
{
background-color: #064735;
}
.BgClassName
{
background-color: #064735;
}
</style>
border-color css
<style>
span { border-color: #064735; }
span { border-color: rgb(6,71,53); }
td.TdClassName
{
border-color: #064735;
}
.TagClassName
{
border-color: #064735;
}
</style>