Shades of Deep Teal #084937
Tints of Deep Teal #084937
RGB
CMYK
RGB Variations
Color information
#084937 (or 0x084937) is known color: Deep Teal. HEX triplet: 08, 49 and 37. RGB value is (8,73,55). Sum of RGB (Red+Green+Blue) = 8+73+55=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #084937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084937 is #F7B6C8. Grayscale: #333333. Windows color (decimal): -16234185 or 3623176. OLE color: 3623176.
HSL color Cylindrical-coordinate representation of color #084937: hue angle of 163.38º 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 #084937 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 55 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.71 |
| HSL | 163.38º | 0.8% | 0.16% | - |
| HSV(B) | 163.38º | 0.89% | 0.29% | - |
| XYZ | 3.17 | 5.09 | 4.43 | - |
| YUV | 51.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 55 | 0.89 | 0 | 0.25 | 0.71 | 163.38 | 0.8 | 0.16 |
| Hex | 8 | 49 | 37 | 59 | 0 | 19 | 47 | A3 | 50 | 10 |
| Octal | 10 | 111 | 67 | 131 | 0 | 31 | 107 | 243 | 120 | 20 |
| Binary | 1000 | 1001001 | 110111 | 1011001 | 0 | 11001 | 1000111 | 10100011 | 1010000 | 10000 |
Color Harmonies of #084937
Complementary color
Monochromatic Colors of #084937
Black with #084937
Text Example
Text Example
White with #084937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084937; }
p { color: rgb(8,73,55); }
H1.HeaderClassName
{
color: #084937;
}
.AnyTagClassName
{
color: #084937;
}
</style>
background-color css
<style>
a { background-color: #084937; }
a { background-color: rgb(8,73,55); }
div.DivClassName
{
background-color: #084937;
}
.BgClassName
{
background-color: #084937;
}
</style>
border-color css
<style>
span { border-color: #084937; }
span { border-color: rgb(8,73,55); }
td.TdClassName
{
border-color: #084937;
}
.TagClassName
{
border-color: #084937;
}
</style>