Shades of Deep Teal #084F3E
Tints of Deep Teal #084F3E
RGB
CMYK
RGB Variations
Color information
#084F3E (or 0x084F3E) is known color: Deep Teal. HEX triplet: 08, 4F and 3E. RGB value is (8,79,62). Sum of RGB (Red+Green+Blue) = 8+79+62=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #084F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F3E is #F7B0C1. Grayscale: #373737. Windows color (decimal): -16232642 or 4083464. OLE color: 4083464.
HSL color Cylindrical-coordinate representation of color #084F3E: hue angle of 165.63º degrees, saturation: 0.82, 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 #084F3E is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 62 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.69 |
| HSL | 165.63º | 0.82% | 0.17% | - |
| HSV(B) | 165.63º | 0.9% | 0.31% | - |
| XYZ | 3.77 | 5.99 | 5.52 | - |
| YUV | 55.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 62 | 0.90 | 0 | 0.22 | 0.69 | 165.63 | 0.82 | 0.17 |
| Hex | 8 | 4F | 3E | 5A | 0 | 16 | 45 | A6 | 52 | 11 |
| Octal | 10 | 117 | 76 | 132 | 0 | 26 | 105 | 246 | 122 | 21 |
| Binary | 1000 | 1001111 | 111110 | 1011010 | 0 | 10110 | 1000101 | 10100110 | 1010010 | 10001 |
Color Harmonies of #084F3E
Complementary color
Monochromatic Colors of #084F3E
Black with #084F3E
Text Example
Text Example
White with #084F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F3E; }
p { color: rgb(8,79,62); }
H1.HeaderClassName
{
color: #084F3E;
}
.AnyTagClassName
{
color: #084F3E;
}
</style>
background-color css
<style>
a { background-color: #084F3E; }
a { background-color: rgb(8,79,62); }
div.DivClassName
{
background-color: #084F3E;
}
.BgClassName
{
background-color: #084F3E;
}
</style>
border-color css
<style>
span { border-color: #084F3E; }
span { border-color: rgb(8,79,62); }
td.TdClassName
{
border-color: #084F3E;
}
.TagClassName
{
border-color: #084F3E;
}
</style>