Shades of Deep Teal #064338
Tints of Deep Teal #064338
RGB
CMYK
RGB Variations
Color information
#064338 (or 0x064338) is known color: Deep Teal. HEX triplet: 06, 43 and 38. RGB value is (6,67,56). Sum of RGB (Red+Green+Blue) = 6+67+56=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #064338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064338 is #F9BCC7. Grayscale: #2F2F2F. Windows color (decimal): -16366792 or 3687174. OLE color: 3687174.
HSL color Cylindrical-coordinate representation of color #064338: hue angle of 169.18º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064338 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 56 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.74 |
| HSL | 169.18º | 0.84% | 0.14% | - |
| HSV(B) | 169.18º | 0.91% | 0.26% | - |
| XYZ | 2.8 | 4.34 | 4.43 | - |
| YUV | 47.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 56 | 0.91 | 0 | 0.16 | 0.74 | 169.18 | 0.84 | 0.14 |
| Hex | 6 | 43 | 38 | 5B | 0 | 10 | 4A | A9 | 54 | E |
| Octal | 6 | 103 | 70 | 133 | 0 | 20 | 112 | 251 | 124 | 16 |
| Binary | 110 | 1000011 | 111000 | 1011011 | 0 | 10000 | 1001010 | 10101001 | 1010100 | 1110 |
Color Harmonies of #064338
Complementary color
Monochromatic Colors of #064338
Black with #064338
Text Example
Text Example
White with #064338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064338; }
p { color: rgb(6,67,56); }
H1.HeaderClassName
{
color: #064338;
}
.AnyTagClassName
{
color: #064338;
}
</style>
background-color css
<style>
a { background-color: #064338; }
a { background-color: rgb(6,67,56); }
div.DivClassName
{
background-color: #064338;
}
.BgClassName
{
background-color: #064338;
}
</style>
border-color css
<style>
span { border-color: #064338; }
span { border-color: rgb(6,67,56); }
td.TdClassName
{
border-color: #064338;
}
.TagClassName
{
border-color: #064338;
}
</style>