Shades of Deep Teal #064B3A
Tints of Deep Teal #064B3A
RGB
CMYK
RGB Variations
Color information
#064B3A (or 0x064B3A) is known color: Deep Teal. HEX triplet: 06, 4B and 3A. RGB value is (6,75,58). Sum of RGB (Red+Green+Blue) = 6+75+58=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #064B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B3A is #F9B4C5. Grayscale: #343434. Windows color (decimal): -16364742 or 3820294. OLE color: 3820294.
HSL color Cylindrical-coordinate representation of color #064B3A: hue angle of 165.22º 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 #064B3A is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 58 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.71 |
| HSL | 165.22º | 0.85% | 0.16% | - |
| HSV(B) | 165.22º | 0.92% | 0.29% | - |
| XYZ | 3.35 | 5.38 | 4.86 | - |
| YUV | 52.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 58 | 0.92 | 0 | 0.23 | 0.71 | 165.22 | 0.85 | 0.16 |
| Hex | 6 | 4B | 3A | 5C | 0 | 17 | 47 | A5 | 55 | 10 |
| Octal | 6 | 113 | 72 | 134 | 0 | 27 | 107 | 245 | 125 | 20 |
| Binary | 110 | 1001011 | 111010 | 1011100 | 0 | 10111 | 1000111 | 10100101 | 1010101 | 10000 |
Color Harmonies of #064B3A
Complementary color
Monochromatic Colors of #064B3A
Black with #064B3A
Text Example
Text Example
White with #064B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B3A; }
p { color: rgb(6,75,58); }
H1.HeaderClassName
{
color: #064B3A;
}
.AnyTagClassName
{
color: #064B3A;
}
</style>
background-color css
<style>
a { background-color: #064B3A; }
a { background-color: rgb(6,75,58); }
div.DivClassName
{
background-color: #064B3A;
}
.BgClassName
{
background-color: #064B3A;
}
</style>
border-color css
<style>
span { border-color: #064B3A; }
span { border-color: rgb(6,75,58); }
td.TdClassName
{
border-color: #064B3A;
}
.TagClassName
{
border-color: #064B3A;
}
</style>