Shades of Deep Teal #084C3B
Tints of Deep Teal #084C3B
RGB
CMYK
RGB Variations
Color information
#084C3B (or 0x084C3B) is known color: Deep Teal. HEX triplet: 08, 4C and 3B. RGB value is (8,76,59). Sum of RGB (Red+Green+Blue) = 8+76+59=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #084C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C3B is #F7B3C4. Grayscale: #353535. Windows color (decimal): -16233413 or 3886088. OLE color: 3886088.
HSL color Cylindrical-coordinate representation of color #084C3B: hue angle of 165º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C3B is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 59 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.70 |
| HSL | 165º | 0.81% | 0.16% | - |
| HSV(B) | 165º | 0.89% | 0.3% | - |
| XYZ | 3.47 | 5.54 | 5.02 | - |
| YUV | 53.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 59 | 0.89 | 0 | 0.22 | 0.70 | 165 | 0.81 | 0.16 |
| Hex | 8 | 4C | 3B | 59 | 0 | 16 | 46 | A5 | 51 | 10 |
| Octal | 10 | 114 | 73 | 131 | 0 | 26 | 106 | 245 | 121 | 20 |
| Binary | 1000 | 1001100 | 111011 | 1011001 | 0 | 10110 | 1000110 | 10100101 | 1010001 | 10000 |
Color Harmonies of #084C3B
Complementary color
Monochromatic Colors of #084C3B
Black with #084C3B
Text Example
Text Example
White with #084C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C3B; }
p { color: rgb(8,76,59); }
H1.HeaderClassName
{
color: #084C3B;
}
.AnyTagClassName
{
color: #084C3B;
}
</style>
background-color css
<style>
a { background-color: #084C3B; }
a { background-color: rgb(8,76,59); }
div.DivClassName
{
background-color: #084C3B;
}
.BgClassName
{
background-color: #084C3B;
}
</style>
border-color css
<style>
span { border-color: #084C3B; }
span { border-color: rgb(8,76,59); }
td.TdClassName
{
border-color: #084C3B;
}
.TagClassName
{
border-color: #084C3B;
}
</style>