Shades of Deep Teal #094D3E
Tints of Deep Teal #094D3E
RGB
CMYK
RGB Variations
Color information
#094D3E (or 0x094D3E) is known color: Deep Teal. HEX triplet: 09, 4D and 3E. RGB value is (9,77,62). Sum of RGB (Red+Green+Blue) = 9+77+62=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #094D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D3E is #F6B2C1. Grayscale: #363636. Windows color (decimal): -16167618 or 4082953. OLE color: 4082953.
HSL color Cylindrical-coordinate representation of color #094D3E: hue angle of 166.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D3E is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 62 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.70 |
| HSL | 166.76º | 0.79% | 0.17% | - |
| HSV(B) | 166.76º | 0.88% | 0.3% | - |
| XYZ | 3.64 | 5.71 | 5.47 | - |
| YUV | 54.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 62 | 0.88 | 0 | 0.19 | 0.70 | 166.76 | 0.79 | 0.17 |
| Hex | 9 | 4D | 3E | 58 | 0 | 13 | 46 | A7 | 4F | 11 |
| Octal | 11 | 115 | 76 | 130 | 0 | 23 | 106 | 247 | 117 | 21 |
| Binary | 1001 | 1001101 | 111110 | 1011000 | 0 | 10011 | 1000110 | 10100111 | 1001111 | 10001 |
Color Harmonies of #094D3E
Complementary color
Monochromatic Colors of #094D3E
Black with #094D3E
Text Example
Text Example
White with #094D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D3E; }
p { color: rgb(9,77,62); }
H1.HeaderClassName
{
color: #094D3E;
}
.AnyTagClassName
{
color: #094D3E;
}
</style>
background-color css
<style>
a { background-color: #094D3E; }
a { background-color: rgb(9,77,62); }
div.DivClassName
{
background-color: #094D3E;
}
.BgClassName
{
background-color: #094D3E;
}
</style>
border-color css
<style>
span { border-color: #094D3E; }
span { border-color: rgb(9,77,62); }
td.TdClassName
{
border-color: #094D3E;
}
.TagClassName
{
border-color: #094D3E;
}
</style>