Shades of Deep Teal #084038
Tints of Deep Teal #084038
RGB
CMYK
RGB Variations
Color information
#084038 (or 0x084038) is known color: Deep Teal. HEX triplet: 08, 40 and 38. RGB value is (8,64,56). Sum of RGB (Red+Green+Blue) = 8+64+56=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #084038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084038 is #F7BFC7. Grayscale: #2E2E2E. Windows color (decimal): -16236488 or 3686408. OLE color: 3686408.
HSL color Cylindrical-coordinate representation of color #084038: hue angle of 171.43º 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 #084038 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 56 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.75 |
| HSL | 171.43º | 0.78% | 0.14% | - |
| HSV(B) | 171.43º | 0.88% | 0.25% | - |
| XYZ | 2.65 | 4 | 4.37 | - |
| YUV | 46.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 56 | 0.87 | 0 | 0.13 | 0.75 | 171.43 | 0.78 | 0.14 |
| Hex | 8 | 40 | 38 | 57 | 0 | D | 4B | AB | 4E | E |
| Octal | 10 | 100 | 70 | 127 | 0 | 15 | 113 | 253 | 116 | 16 |
| Binary | 1000 | 1000000 | 111000 | 1010111 | 0 | 1101 | 1001011 | 10101011 | 1001110 | 1110 |
Color Harmonies of #084038
Complementary color
Monochromatic Colors of #084038
Black with #084038
Text Example
Text Example
White with #084038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084038; }
p { color: rgb(8,64,56); }
H1.HeaderClassName
{
color: #084038;
}
.AnyTagClassName
{
color: #084038;
}
</style>
background-color css
<style>
a { background-color: #084038; }
a { background-color: rgb(8,64,56); }
div.DivClassName
{
background-color: #084038;
}
.BgClassName
{
background-color: #084038;
}
</style>
border-color css
<style>
span { border-color: #084038; }
span { border-color: rgb(8,64,56); }
td.TdClassName
{
border-color: #084038;
}
.TagClassName
{
border-color: #084038;
}
</style>