Shades of Deep Teal #084939
Tints of Deep Teal #084939
RGB
CMYK
RGB Variations
Color information
#084939 (or 0x084939) is known color: Deep Teal. HEX triplet: 08, 49 and 39. RGB value is (8,73,57). Sum of RGB (Red+Green+Blue) = 8+73+57=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #084939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084939 is #F7B6C6. Grayscale: #333333. Windows color (decimal): -16234183 or 3754248. OLE color: 3754248.
HSL color Cylindrical-coordinate representation of color #084939: hue angle of 165.23º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084939 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 57 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.71 |
| HSL | 165.23º | 0.8% | 0.16% | - |
| HSV(B) | 165.23º | 0.89% | 0.29% | - |
| XYZ | 3.22 | 5.11 | 4.69 | - |
| YUV | 51.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 57 | 0.89 | 0 | 0.22 | 0.71 | 165.23 | 0.8 | 0.16 |
| Hex | 8 | 49 | 39 | 59 | 0 | 16 | 47 | A5 | 50 | 10 |
| Octal | 10 | 111 | 71 | 131 | 0 | 26 | 107 | 245 | 120 | 20 |
| Binary | 1000 | 1001001 | 111001 | 1011001 | 0 | 10110 | 1000111 | 10100101 | 1010000 | 10000 |
Color Harmonies of #084939
Complementary color
Monochromatic Colors of #084939
Black with #084939
Text Example
Text Example
White with #084939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084939; }
p { color: rgb(8,73,57); }
H1.HeaderClassName
{
color: #084939;
}
.AnyTagClassName
{
color: #084939;
}
</style>
background-color css
<style>
a { background-color: #084939; }
a { background-color: rgb(8,73,57); }
div.DivClassName
{
background-color: #084939;
}
.BgClassName
{
background-color: #084939;
}
</style>
border-color css
<style>
span { border-color: #084939; }
span { border-color: rgb(8,73,57); }
td.TdClassName
{
border-color: #084939;
}
.TagClassName
{
border-color: #084939;
}
</style>