Shades of Deep Teal #084137
Tints of Deep Teal #084137
RGB
CMYK
RGB Variations
Color information
#084137 (or 0x084137) is known color: Deep Teal. HEX triplet: 08, 41 and 37. RGB value is (8,65,55). Sum of RGB (Red+Green+Blue) = 8+65+55=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #084137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084137 is #F7BEC8. Grayscale: #2E2E2E. Windows color (decimal): -16236233 or 3621128. OLE color: 3621128.
HSL color Cylindrical-coordinate representation of color #084137: hue angle of 169.47º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084137 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 55 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.75 |
| HSL | 169.47º | 0.78% | 0.14% | - |
| HSV(B) | 169.47º | 0.88% | 0.25% | - |
| XYZ | 2.68 | 4.11 | 4.27 | - |
| YUV | 46.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 55 | 0.88 | 0 | 0.15 | 0.75 | 169.47 | 0.78 | 0.14 |
| Hex | 8 | 41 | 37 | 58 | 0 | F | 4B | A9 | 4E | E |
| Octal | 10 | 101 | 67 | 130 | 0 | 17 | 113 | 251 | 116 | 16 |
| Binary | 1000 | 1000001 | 110111 | 1011000 | 0 | 1111 | 1001011 | 10101001 | 1001110 | 1110 |
Color Harmonies of #084137
Complementary color
Monochromatic Colors of #084137
Black with #084137
Text Example
Text Example
White with #084137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084137; }
p { color: rgb(8,65,55); }
H1.HeaderClassName
{
color: #084137;
}
.AnyTagClassName
{
color: #084137;
}
</style>
background-color css
<style>
a { background-color: #084137; }
a { background-color: rgb(8,65,55); }
div.DivClassName
{
background-color: #084137;
}
.BgClassName
{
background-color: #084137;
}
</style>
border-color css
<style>
span { border-color: #084137; }
span { border-color: rgb(8,65,55); }
td.TdClassName
{
border-color: #084137;
}
.TagClassName
{
border-color: #084137;
}
</style>