Shades of Deep Teal #064135
Tints of Deep Teal #064135
RGB
CMYK
RGB Variations
Color information
#064135 (or 0x064135) is known color: Deep Teal. HEX triplet: 06, 41 and 35. RGB value is (6,65,53). Sum of RGB (Red+Green+Blue) = 6+65+53=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #064135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064135 is #F9BECA. Grayscale: #2D2D2D. Windows color (decimal): -16367307 or 3490054. OLE color: 3490054.
HSL color Cylindrical-coordinate representation of color #064135: hue angle of 167.8º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064135 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 53 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.75 |
| HSL | 167.8º | 0.83% | 0.14% | - |
| HSV(B) | 167.8º | 0.91% | 0.25% | - |
| XYZ | 2.61 | 4.08 | 4.02 | - |
| YUV | 45.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 53 | 0.91 | 0 | 0.18 | 0.75 | 167.8 | 0.83 | 0.14 |
| Hex | 6 | 41 | 35 | 5B | 0 | 12 | 4B | A8 | 53 | E |
| Octal | 6 | 101 | 65 | 133 | 0 | 22 | 113 | 250 | 123 | 16 |
| Binary | 110 | 1000001 | 110101 | 1011011 | 0 | 10010 | 1001011 | 10101000 | 1010011 | 1110 |
Color Harmonies of #064135
Complementary color
Monochromatic Colors of #064135
Black with #064135
Text Example
Text Example
White with #064135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064135; }
p { color: rgb(6,65,53); }
H1.HeaderClassName
{
color: #064135;
}
.AnyTagClassName
{
color: #064135;
}
</style>
background-color css
<style>
a { background-color: #064135; }
a { background-color: rgb(6,65,53); }
div.DivClassName
{
background-color: #064135;
}
.BgClassName
{
background-color: #064135;
}
</style>
border-color css
<style>
span { border-color: #064135; }
span { border-color: rgb(6,65,53); }
td.TdClassName
{
border-color: #064135;
}
.TagClassName
{
border-color: #064135;
}
</style>