Shades of Deep Teal #084B3C
Tints of Deep Teal #084B3C
RGB
CMYK
RGB Variations
Color information
#084B3C (or 0x084B3C) is known color: Deep Teal. HEX triplet: 08, 4B and 3C. RGB value is (8,75,60). Sum of RGB (Red+Green+Blue) = 8+75+60=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #084B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084B3C is #F7B4C3. Grayscale: #353535. Windows color (decimal): -16233668 or 3951368. OLE color: 3951368.
HSL color Cylindrical-coordinate representation of color #084B3C: hue angle of 166.57º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084B3C is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 75 | 60 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.71 |
| HSL | 166.57º | 0.81% | 0.16% | - |
| HSV(B) | 166.57º | 0.89% | 0.29% | - |
| XYZ | 3.43 | 5.41 | 5.14 | - |
| YUV | 53.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 60 | 0.89 | 0 | 0.20 | 0.71 | 166.57 | 0.81 | 0.16 |
| Hex | 8 | 4B | 3C | 59 | 0 | 14 | 47 | A7 | 51 | 10 |
| Octal | 10 | 113 | 74 | 131 | 0 | 24 | 107 | 247 | 121 | 20 |
| Binary | 1000 | 1001011 | 111100 | 1011001 | 0 | 10100 | 1000111 | 10100111 | 1010001 | 10000 |
Color Harmonies of #084B3C
Complementary color
Monochromatic Colors of #084B3C
Black with #084B3C
Text Example
Text Example
White with #084B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B3C; }
p { color: rgb(8,75,60); }
H1.HeaderClassName
{
color: #084B3C;
}
.AnyTagClassName
{
color: #084B3C;
}
</style>
background-color css
<style>
a { background-color: #084B3C; }
a { background-color: rgb(8,75,60); }
div.DivClassName
{
background-color: #084B3C;
}
.BgClassName
{
background-color: #084B3C;
}
</style>
border-color css
<style>
span { border-color: #084B3C; }
span { border-color: rgb(8,75,60); }
td.TdClassName
{
border-color: #084B3C;
}
.TagClassName
{
border-color: #084B3C;
}
</style>