Shades of Deep Teal #084338
Tints of Deep Teal #084338
RGB
CMYK
RGB Variations
Color information
#084338 (or 0x084338) is known color: Deep Teal. HEX triplet: 08, 43 and 38. RGB value is (8,67,56). Sum of RGB (Red+Green+Blue) = 8+67+56=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #084338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084338 is #F7BCC7. Grayscale: #303030. Windows color (decimal): -16235720 or 3687176. OLE color: 3687176.
HSL color Cylindrical-coordinate representation of color #084338: hue angle of 168.81º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084338 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 67 | 56 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.74 |
| HSL | 168.81º | 0.79% | 0.15% | - |
| HSV(B) | 168.81º | 0.88% | 0.26% | - |
| XYZ | 2.82 | 4.35 | 4.43 | - |
| YUV | 48.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 56 | 0.88 | 0 | 0.16 | 0.74 | 168.81 | 0.79 | 0.15 |
| Hex | 8 | 43 | 38 | 58 | 0 | 10 | 4A | A9 | 4F | F |
| Octal | 10 | 103 | 70 | 130 | 0 | 20 | 112 | 251 | 117 | 17 |
| Binary | 1000 | 1000011 | 111000 | 1011000 | 0 | 10000 | 1001010 | 10101001 | 1001111 | 1111 |
Color Harmonies of #084338
Complementary color
Monochromatic Colors of #084338
Black with #084338
Text Example
Text Example
White with #084338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084338; }
p { color: rgb(8,67,56); }
H1.HeaderClassName
{
color: #084338;
}
.AnyTagClassName
{
color: #084338;
}
</style>
background-color css
<style>
a { background-color: #084338; }
a { background-color: rgb(8,67,56); }
div.DivClassName
{
background-color: #084338;
}
.BgClassName
{
background-color: #084338;
}
</style>
border-color css
<style>
span { border-color: #084338; }
span { border-color: rgb(8,67,56); }
td.TdClassName
{
border-color: #084338;
}
.TagClassName
{
border-color: #084338;
}
</style>