Shades of Deep Teal #084636
Tints of Deep Teal #084636
RGB
CMYK
RGB Variations
Color information
#084636 (or 0x084636) is known color: Deep Teal. HEX triplet: 08, 46 and 36. RGB value is (8,70,54). Sum of RGB (Red+Green+Blue) = 8+70+54=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #084636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084636 is #F7B9C9. Grayscale: #313131. Windows color (decimal): -16234954 or 3556872. OLE color: 3556872.
HSL color Cylindrical-coordinate representation of color #084636: hue angle of 164.52º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084636 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 70 | 54 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.73 |
| HSL | 164.52º | 0.79% | 0.15% | - |
| HSV(B) | 164.52º | 0.89% | 0.27% | - |
| XYZ | 2.96 | 4.7 | 4.24 | - |
| YUV | 49.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 54 | 0.89 | 0 | 0.23 | 0.73 | 164.52 | 0.79 | 0.15 |
| Hex | 8 | 46 | 36 | 59 | 0 | 17 | 49 | A5 | 4F | F |
| Octal | 10 | 106 | 66 | 131 | 0 | 27 | 111 | 245 | 117 | 17 |
| Binary | 1000 | 1000110 | 110110 | 1011001 | 0 | 10111 | 1001001 | 10100101 | 1001111 | 1111 |
Color Harmonies of #084636
Complementary color
Monochromatic Colors of #084636
Black with #084636
Text Example
Text Example
White with #084636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084636; }
p { color: rgb(8,70,54); }
H1.HeaderClassName
{
color: #084636;
}
.AnyTagClassName
{
color: #084636;
}
</style>
background-color css
<style>
a { background-color: #084636; }
a { background-color: rgb(8,70,54); }
div.DivClassName
{
background-color: #084636;
}
.BgClassName
{
background-color: #084636;
}
</style>
border-color css
<style>
span { border-color: #084636; }
span { border-color: rgb(8,70,54); }
td.TdClassName
{
border-color: #084636;
}
.TagClassName
{
border-color: #084636;
}
</style>