Shades of Deep Teal #064B39
Tints of Deep Teal #064B39
RGB
CMYK
RGB Variations
Color information
#064B39 (or 0x064B39) is known color: Deep Teal. HEX triplet: 06, 4B and 39. RGB value is (6,75,57). Sum of RGB (Red+Green+Blue) = 6+75+57=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #064B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B39 is #F9B4C6. Grayscale: #343434. Windows color (decimal): -16364743 or 3754758. OLE color: 3754758.
HSL color Cylindrical-coordinate representation of color #064B39: hue angle of 164.35º 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 #064B39 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 57 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.71 |
| HSL | 164.35º | 0.85% | 0.16% | - |
| HSV(B) | 164.35º | 0.92% | 0.29% | - |
| XYZ | 3.33 | 5.37 | 4.73 | - |
| YUV | 52.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 57 | 0.92 | 0 | 0.24 | 0.71 | 164.35 | 0.85 | 0.16 |
| Hex | 6 | 4B | 39 | 5C | 0 | 18 | 47 | A4 | 55 | 10 |
| Octal | 6 | 113 | 71 | 134 | 0 | 30 | 107 | 244 | 125 | 20 |
| Binary | 110 | 1001011 | 111001 | 1011100 | 0 | 11000 | 1000111 | 10100100 | 1010101 | 10000 |
Color Harmonies of #064B39
Complementary color
Monochromatic Colors of #064B39
Black with #064B39
Text Example
Text Example
White with #064B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B39; }
p { color: rgb(6,75,57); }
H1.HeaderClassName
{
color: #064B39;
}
.AnyTagClassName
{
color: #064B39;
}
</style>
background-color css
<style>
a { background-color: #064B39; }
a { background-color: rgb(6,75,57); }
div.DivClassName
{
background-color: #064B39;
}
.BgClassName
{
background-color: #064B39;
}
</style>
border-color css
<style>
span { border-color: #064B39; }
span { border-color: rgb(6,75,57); }
td.TdClassName
{
border-color: #064B39;
}
.TagClassName
{
border-color: #064B39;
}
</style>