Shades of Deep Teal #084132
Tints of Deep Teal #084132
RGB
CMYK
RGB Variations
Color information
#084132 (or 0x084132) is known color: Deep Teal. HEX triplet: 08, 41 and 32. RGB value is (8,65,50). Sum of RGB (Red+Green+Blue) = 8+65+50=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #084132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084132 is #F7BECD. Grayscale: #2E2E2E. Windows color (decimal): -16236238 or 3293448. OLE color: 3293448.
HSL color Cylindrical-coordinate representation of color #084132: hue angle of 164.21º 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 #084132 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 50 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.75 |
| HSL | 164.21º | 0.78% | 0.14% | - |
| HSV(B) | 164.21º | 0.88% | 0.25% | - |
| XYZ | 2.57 | 4.06 | 3.67 | - |
| YUV | 46.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 50 | 0.88 | 0 | 0.23 | 0.75 | 164.21 | 0.78 | 0.14 |
| Hex | 8 | 41 | 32 | 58 | 0 | 17 | 4B | A4 | 4E | E |
| Octal | 10 | 101 | 62 | 130 | 0 | 27 | 113 | 244 | 116 | 16 |
| Binary | 1000 | 1000001 | 110010 | 1011000 | 0 | 10111 | 1001011 | 10100100 | 1001110 | 1110 |
Color Harmonies of #084132
Complementary color
Monochromatic Colors of #084132
Black with #084132
Text Example
Text Example
White with #084132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084132; }
p { color: rgb(8,65,50); }
H1.HeaderClassName
{
color: #084132;
}
.AnyTagClassName
{
color: #084132;
}
</style>
background-color css
<style>
a { background-color: #084132; }
a { background-color: rgb(8,65,50); }
div.DivClassName
{
background-color: #084132;
}
.BgClassName
{
background-color: #084132;
}
</style>
border-color css
<style>
span { border-color: #084132; }
span { border-color: rgb(8,65,50); }
td.TdClassName
{
border-color: #084132;
}
.TagClassName
{
border-color: #084132;
}
</style>