Shades of Deep Teal #084237
Tints of Deep Teal #084237
RGB
CMYK
RGB Variations
Color information
#084237 (or 0x084237) is known color: Deep Teal. HEX triplet: 08, 42 and 37. RGB value is (8,66,55). Sum of RGB (Red+Green+Blue) = 8+66+55=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #084237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084237 is #F7BDC8. Grayscale: #2F2F2F. Windows color (decimal): -16235977 or 3621384. OLE color: 3621384.
HSL color Cylindrical-coordinate representation of color #084237: hue angle of 168.62º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084237 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 66 | 55 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.74 |
| HSL | 168.62º | 0.78% | 0.15% | - |
| HSV(B) | 168.62º | 0.88% | 0.26% | - |
| XYZ | 2.74 | 4.22 | 4.29 | - |
| YUV | 47.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 55 | 0.88 | 0 | 0.17 | 0.74 | 168.62 | 0.78 | 0.15 |
| Hex | 8 | 42 | 37 | 58 | 0 | 11 | 4A | A9 | 4E | F |
| Octal | 10 | 102 | 67 | 130 | 0 | 21 | 112 | 251 | 116 | 17 |
| Binary | 1000 | 1000010 | 110111 | 1011000 | 0 | 10001 | 1001010 | 10101001 | 1001110 | 1111 |
Color Harmonies of #084237
Complementary color
Monochromatic Colors of #084237
Black with #084237
Text Example
Text Example
White with #084237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084237; }
p { color: rgb(8,66,55); }
H1.HeaderClassName
{
color: #084237;
}
.AnyTagClassName
{
color: #084237;
}
</style>
background-color css
<style>
a { background-color: #084237; }
a { background-color: rgb(8,66,55); }
div.DivClassName
{
background-color: #084237;
}
.BgClassName
{
background-color: #084237;
}
</style>
border-color css
<style>
span { border-color: #084237; }
span { border-color: rgb(8,66,55); }
td.TdClassName
{
border-color: #084237;
}
.TagClassName
{
border-color: #084237;
}
</style>