Shades of Deep Teal #084F3C
Tints of Deep Teal #084F3C
RGB
CMYK
RGB Variations
Color information
#084F3C (or 0x084F3C) is known color: Deep Teal. HEX triplet: 08, 4F and 3C. RGB value is (8,79,60). Sum of RGB (Red+Green+Blue) = 8+79+60=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #084F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F3C is #F7B0C3. Grayscale: #373737. Windows color (decimal): -16232644 or 3952392. OLE color: 3952392.
HSL color Cylindrical-coordinate representation of color #084F3C: hue angle of 163.94º 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 #084F3C is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 60 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.69 |
| HSL | 163.94º | 0.82% | 0.17% | - |
| HSV(B) | 163.94º | 0.9% | 0.31% | - |
| XYZ | 3.71 | 5.97 | 5.23 | - |
| YUV | 55.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 60 | 0.90 | 0 | 0.24 | 0.69 | 163.94 | 0.82 | 0.17 |
| Hex | 8 | 4F | 3C | 5A | 0 | 18 | 45 | A4 | 52 | 11 |
| Octal | 10 | 117 | 74 | 132 | 0 | 30 | 105 | 244 | 122 | 21 |
| Binary | 1000 | 1001111 | 111100 | 1011010 | 0 | 11000 | 1000101 | 10100100 | 1010010 | 10001 |
Color Harmonies of #084F3C
Complementary color
Monochromatic Colors of #084F3C
Black with #084F3C
Text Example
Text Example
White with #084F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F3C; }
p { color: rgb(8,79,60); }
H1.HeaderClassName
{
color: #084F3C;
}
.AnyTagClassName
{
color: #084F3C;
}
</style>
background-color css
<style>
a { background-color: #084F3C; }
a { background-color: rgb(8,79,60); }
div.DivClassName
{
background-color: #084F3C;
}
.BgClassName
{
background-color: #084F3C;
}
</style>
border-color css
<style>
span { border-color: #084F3C; }
span { border-color: rgb(8,79,60); }
td.TdClassName
{
border-color: #084F3C;
}
.TagClassName
{
border-color: #084F3C;
}
</style>