Shades of Deep Teal #063A34
Tints of Deep Teal #063A34
RGB
CMYK
RGB Variations
Color information
#063A34 (or 0x063A34) is known color: Deep Teal. HEX triplet: 06, 3A and 34. RGB value is (6,58,52). Sum of RGB (Red+Green+Blue) = 6+58+52=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #063A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A34 is #F9C5CB. Grayscale: #292929. Windows color (decimal): -16369100 or 3422726. OLE color: 3422726.
HSL color Cylindrical-coordinate representation of color #063A34: hue angle of 173.08º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A34 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 52 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.77 |
| HSL | 173.08º | 0.81% | 0.13% | - |
| HSV(B) | 173.08º | 0.9% | 0.23% | - |
| XYZ | 2.21 | 3.31 | 3.77 | - |
| YUV | 41.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 52 | 0.90 | 0 | 0.10 | 0.77 | 173.08 | 0.81 | 0.13 |
| Hex | 6 | 3A | 34 | 5A | 0 | A | 4D | AD | 51 | D |
| Octal | 6 | 72 | 64 | 132 | 0 | 12 | 115 | 255 | 121 | 15 |
| Binary | 110 | 111010 | 110100 | 1011010 | 0 | 1010 | 1001101 | 10101101 | 1010001 | 1101 |
Color Harmonies of #063A34
Complementary color
Monochromatic Colors of #063A34
Black with #063A34
Text Example
Text Example
White with #063A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A34; }
p { color: rgb(6,58,52); }
H1.HeaderClassName
{
color: #063A34;
}
.AnyTagClassName
{
color: #063A34;
}
</style>
background-color css
<style>
a { background-color: #063A34; }
a { background-color: rgb(6,58,52); }
div.DivClassName
{
background-color: #063A34;
}
.BgClassName
{
background-color: #063A34;
}
</style>
border-color css
<style>
span { border-color: #063A34; }
span { border-color: rgb(6,58,52); }
td.TdClassName
{
border-color: #063A34;
}
.TagClassName
{
border-color: #063A34;
}
</style>