Shades of Deep Teal #084438
Tints of Deep Teal #084438
RGB
CMYK
RGB Variations
Color information
#084438 (or 0x084438) is known color: Deep Teal. HEX triplet: 08, 44 and 38. RGB value is (8,68,56). Sum of RGB (Red+Green+Blue) = 8+68+56=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #084438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084438 is #F7BBC7. Grayscale: #303030. Windows color (decimal): -16235464 or 3687432. OLE color: 3687432.
HSL color Cylindrical-coordinate representation of color #084438: hue angle of 168º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084438 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 68 | 56 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.73 |
| HSL | 168º | 0.79% | 0.15% | - |
| HSV(B) | 168º | 0.88% | 0.27% | - |
| XYZ | 2.88 | 4.47 | 4.45 | - |
| YUV | 48.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 56 | 0.88 | 0 | 0.18 | 0.73 | 168 | 0.79 | 0.15 |
| Hex | 8 | 44 | 38 | 58 | 0 | 12 | 49 | A8 | 4F | F |
| Octal | 10 | 104 | 70 | 130 | 0 | 22 | 111 | 250 | 117 | 17 |
| Binary | 1000 | 1000100 | 111000 | 1011000 | 0 | 10010 | 1001001 | 10101000 | 1001111 | 1111 |
Color Harmonies of #084438
Complementary color
Monochromatic Colors of #084438
Black with #084438
Text Example
Text Example
White with #084438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084438; }
p { color: rgb(8,68,56); }
H1.HeaderClassName
{
color: #084438;
}
.AnyTagClassName
{
color: #084438;
}
</style>
background-color css
<style>
a { background-color: #084438; }
a { background-color: rgb(8,68,56); }
div.DivClassName
{
background-color: #084438;
}
.BgClassName
{
background-color: #084438;
}
</style>
border-color css
<style>
span { border-color: #084438; }
span { border-color: rgb(8,68,56); }
td.TdClassName
{
border-color: #084438;
}
.TagClassName
{
border-color: #084438;
}
</style>