Shades of Deep Teal #084C3C
Tints of Deep Teal #084C3C
RGB
CMYK
RGB Variations
Color information
#084C3C (or 0x084C3C) is known color: Deep Teal. HEX triplet: 08, 4C and 3C. RGB value is (8,76,60). Sum of RGB (Red+Green+Blue) = 8+76+60=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #084C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C3C is #F7B3C3. Grayscale: #353535. Windows color (decimal): -16233412 or 3951624. OLE color: 3951624.
HSL color Cylindrical-coordinate representation of color #084C3C: hue angle of 165.88º 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 #084C3C is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 60 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.70 |
| HSL | 165.88º | 0.81% | 0.16% | - |
| HSV(B) | 165.88º | 0.89% | 0.3% | - |
| XYZ | 3.5 | 5.55 | 5.16 | - |
| YUV | 53.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 60 | 0.89 | 0 | 0.21 | 0.70 | 165.88 | 0.81 | 0.16 |
| Hex | 8 | 4C | 3C | 59 | 0 | 15 | 46 | A6 | 51 | 10 |
| Octal | 10 | 114 | 74 | 131 | 0 | 25 | 106 | 246 | 121 | 20 |
| Binary | 1000 | 1001100 | 111100 | 1011001 | 0 | 10101 | 1000110 | 10100110 | 1010001 | 10000 |
Color Harmonies of #084C3C
Complementary color
Monochromatic Colors of #084C3C
Black with #084C3C
Text Example
Text Example
White with #084C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C3C; }
p { color: rgb(8,76,60); }
H1.HeaderClassName
{
color: #084C3C;
}
.AnyTagClassName
{
color: #084C3C;
}
</style>
background-color css
<style>
a { background-color: #084C3C; }
a { background-color: rgb(8,76,60); }
div.DivClassName
{
background-color: #084C3C;
}
.BgClassName
{
background-color: #084C3C;
}
</style>
border-color css
<style>
span { border-color: #084C3C; }
span { border-color: rgb(8,76,60); }
td.TdClassName
{
border-color: #084C3C;
}
.TagClassName
{
border-color: #084C3C;
}
</style>