Shades of Deep Teal #084838
Tints of Deep Teal #084838
RGB
CMYK
RGB Variations
Color information
#084838 (or 0x084838) is known color: Deep Teal. HEX triplet: 08, 48 and 38. RGB value is (8,72,56). Sum of RGB (Red+Green+Blue) = 8+72+56=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #084838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084838 is #F7B7C7. Grayscale: #333333. Windows color (decimal): -16234440 or 3688456. OLE color: 3688456.
HSL color Cylindrical-coordinate representation of color #084838: hue angle of 165º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084838 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 72 | 56 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.72 |
| HSL | 165º | 0.8% | 0.16% | - |
| HSV(B) | 165º | 0.89% | 0.28% | - |
| XYZ | 3.13 | 4.97 | 4.54 | - |
| YUV | 51.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 56 | 0.89 | 0 | 0.22 | 0.72 | 165 | 0.8 | 0.16 |
| Hex | 8 | 48 | 38 | 59 | 0 | 16 | 48 | A5 | 50 | 10 |
| Octal | 10 | 110 | 70 | 131 | 0 | 26 | 110 | 245 | 120 | 20 |
| Binary | 1000 | 1001000 | 111000 | 1011001 | 0 | 10110 | 1001000 | 10100101 | 1010000 | 10000 |
Color Harmonies of #084838
Complementary color
Monochromatic Colors of #084838
Black with #084838
Text Example
Text Example
White with #084838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084838; }
p { color: rgb(8,72,56); }
H1.HeaderClassName
{
color: #084838;
}
.AnyTagClassName
{
color: #084838;
}
</style>
background-color css
<style>
a { background-color: #084838; }
a { background-color: rgb(8,72,56); }
div.DivClassName
{
background-color: #084838;
}
.BgClassName
{
background-color: #084838;
}
</style>
border-color css
<style>
span { border-color: #084838; }
span { border-color: rgb(8,72,56); }
td.TdClassName
{
border-color: #084838;
}
.TagClassName
{
border-color: #084838;
}
</style>