Shades of Deep Teal #064B3C
Tints of Deep Teal #064B3C
RGB
CMYK
RGB Variations
Color information
#064B3C (or 0x064B3C) is known color: Deep Teal. HEX triplet: 06, 4B and 3C. RGB value is (6,75,60). Sum of RGB (Red+Green+Blue) = 6+75+60=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #064B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B3C is #F9B4C3. Grayscale: #343434. Windows color (decimal): -16364740 or 3951366. OLE color: 3951366.
HSL color Cylindrical-coordinate representation of color #064B3C: hue angle of 166.96º 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 #064B3C is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 60 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.71 |
| HSL | 166.96º | 0.85% | 0.16% | - |
| HSV(B) | 166.96º | 0.92% | 0.29% | - |
| XYZ | 3.41 | 5.4 | 5.14 | - |
| YUV | 52.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 60 | 0.92 | 0 | 0.20 | 0.71 | 166.96 | 0.85 | 0.16 |
| Hex | 6 | 4B | 3C | 5C | 0 | 14 | 47 | A7 | 55 | 10 |
| Octal | 6 | 113 | 74 | 134 | 0 | 24 | 107 | 247 | 125 | 20 |
| Binary | 110 | 1001011 | 111100 | 1011100 | 0 | 10100 | 1000111 | 10100111 | 1010101 | 10000 |
Color Harmonies of #064B3C
Complementary color
Monochromatic Colors of #064B3C
Black with #064B3C
Text Example
Text Example
White with #064B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B3C; }
p { color: rgb(6,75,60); }
H1.HeaderClassName
{
color: #064B3C;
}
.AnyTagClassName
{
color: #064B3C;
}
</style>
background-color css
<style>
a { background-color: #064B3C; }
a { background-color: rgb(6,75,60); }
div.DivClassName
{
background-color: #064B3C;
}
.BgClassName
{
background-color: #064B3C;
}
</style>
border-color css
<style>
span { border-color: #064B3C; }
span { border-color: rgb(6,75,60); }
td.TdClassName
{
border-color: #064B3C;
}
.TagClassName
{
border-color: #064B3C;
}
</style>