Shades of Deep Teal #084E3D
Tints of Deep Teal #084E3D
RGB
CMYK
RGB Variations
Color information
#084E3D (or 0x084E3D) is known color: Deep Teal. HEX triplet: 08, 4E and 3D. RGB value is (8,78,61). Sum of RGB (Red+Green+Blue) = 8+78+61=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #084E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E3D is #F7B1C2. Grayscale: #373737. Windows color (decimal): -16232899 or 4017672. OLE color: 4017672.
HSL color Cylindrical-coordinate representation of color #084E3D: hue angle of 165.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084E3D is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 78 | 61 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.69 |
| HSL | 165.43º | 0.81% | 0.17% | - |
| HSV(B) | 165.43º | 0.9% | 0.31% | - |
| XYZ | 3.67 | 5.84 | 5.35 | - |
| YUV | 55.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 61 | 0.90 | 0 | 0.22 | 0.69 | 165.43 | 0.81 | 0.17 |
| Hex | 8 | 4E | 3D | 5A | 0 | 16 | 45 | A5 | 51 | 11 |
| Octal | 10 | 116 | 75 | 132 | 0 | 26 | 105 | 245 | 121 | 21 |
| Binary | 1000 | 1001110 | 111101 | 1011010 | 0 | 10110 | 1000101 | 10100101 | 1010001 | 10001 |
Color Harmonies of #084E3D
Complementary color
Monochromatic Colors of #084E3D
Black with #084E3D
Text Example
Text Example
White with #084E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E3D; }
p { color: rgb(8,78,61); }
H1.HeaderClassName
{
color: #084E3D;
}
.AnyTagClassName
{
color: #084E3D;
}
</style>
background-color css
<style>
a { background-color: #084E3D; }
a { background-color: rgb(8,78,61); }
div.DivClassName
{
background-color: #084E3D;
}
.BgClassName
{
background-color: #084E3D;
}
</style>
border-color css
<style>
span { border-color: #084E3D; }
span { border-color: rgb(8,78,61); }
td.TdClassName
{
border-color: #084E3D;
}
.TagClassName
{
border-color: #084E3D;
}
</style>