Shades of Deep Teal #094E3A
Tints of Deep Teal #094E3A
RGB
CMYK
RGB Variations
Color information
#094E3A (or 0x094E3A) is known color: Deep Teal. HEX triplet: 09, 4E and 3A. RGB value is (9,78,58). Sum of RGB (Red+Green+Blue) = 9+78+58=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #094E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E3A is #F6B1C5. Grayscale: #373737. Windows color (decimal): -16167366 or 3821065. OLE color: 3821065.
HSL color Cylindrical-coordinate representation of color #094E3A: hue angle of 162.61º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E3A is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 78 | 58 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.69 |
| HSL | 162.61º | 0.79% | 0.17% | - |
| HSV(B) | 162.61º | 0.88% | 0.31% | - |
| XYZ | 3.6 | 5.81 | 4.94 | - |
| YUV | 55.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 58 | 0.88 | 0 | 0.26 | 0.69 | 162.61 | 0.79 | 0.17 |
| Hex | 9 | 4E | 3A | 58 | 0 | 1A | 45 | A3 | 4F | 11 |
| Octal | 11 | 116 | 72 | 130 | 0 | 32 | 105 | 243 | 117 | 21 |
| Binary | 1001 | 1001110 | 111010 | 1011000 | 0 | 11010 | 1000101 | 10100011 | 1001111 | 10001 |
Color Harmonies of #094E3A
Complementary color
Monochromatic Colors of #094E3A
Black with #094E3A
Text Example
Text Example
White with #094E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E3A; }
p { color: rgb(9,78,58); }
H1.HeaderClassName
{
color: #094E3A;
}
.AnyTagClassName
{
color: #094E3A;
}
</style>
background-color css
<style>
a { background-color: #094E3A; }
a { background-color: rgb(9,78,58); }
div.DivClassName
{
background-color: #094E3A;
}
.BgClassName
{
background-color: #094E3A;
}
</style>
border-color css
<style>
span { border-color: #094E3A; }
span { border-color: rgb(9,78,58); }
td.TdClassName
{
border-color: #094E3A;
}
.TagClassName
{
border-color: #094E3A;
}
</style>