Shades of Deep Teal #084437
Tints of Deep Teal #084437
RGB
CMYK
RGB Variations
Color information
#084437 (or 0x084437) is known color: Deep Teal. HEX triplet: 08, 44 and 37. RGB value is (8,68,55). Sum of RGB (Red+Green+Blue) = 8+68+55=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #084437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084437 is #F7BBC8. Grayscale: #303030. Windows color (decimal): -16235465 or 3621896. OLE color: 3621896.
HSL color Cylindrical-coordinate representation of color #084437: hue angle of 167º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084437 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 68 | 55 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.73 |
| HSL | 167º | 0.79% | 0.15% | - |
| HSV(B) | 167º | 0.88% | 0.27% | - |
| XYZ | 2.86 | 4.46 | 4.33 | - |
| YUV | 48.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 55 | 0.88 | 0 | 0.19 | 0.73 | 167 | 0.79 | 0.15 |
| Hex | 8 | 44 | 37 | 58 | 0 | 13 | 49 | A7 | 4F | F |
| Octal | 10 | 104 | 67 | 130 | 0 | 23 | 111 | 247 | 117 | 17 |
| Binary | 1000 | 1000100 | 110111 | 1011000 | 0 | 10011 | 1001001 | 10100111 | 1001111 | 1111 |
Color Harmonies of #084437
Complementary color
Monochromatic Colors of #084437
Black with #084437
Text Example
Text Example
White with #084437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084437; }
p { color: rgb(8,68,55); }
H1.HeaderClassName
{
color: #084437;
}
.AnyTagClassName
{
color: #084437;
}
</style>
background-color css
<style>
a { background-color: #084437; }
a { background-color: rgb(8,68,55); }
div.DivClassName
{
background-color: #084437;
}
.BgClassName
{
background-color: #084437;
}
</style>
border-color css
<style>
span { border-color: #084437; }
span { border-color: rgb(8,68,55); }
td.TdClassName
{
border-color: #084437;
}
.TagClassName
{
border-color: #084437;
}
</style>