Shades of Deep Teal #094E3C
Tints of Deep Teal #094E3C
RGB
CMYK
RGB Variations
Color information
#094E3C (or 0x094E3C) is known color: Deep Teal. HEX triplet: 09, 4E and 3C. RGB value is (9,78,60). Sum of RGB (Red+Green+Blue) = 9+78+60=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #094E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E3C is #F6B1C3. Grayscale: #373737. Windows color (decimal): -16167364 or 3952137. OLE color: 3952137.
HSL color Cylindrical-coordinate representation of color #094E3C: hue angle of 164.35º 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 #094E3C is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 78 | 60 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.69 |
| HSL | 164.35º | 0.79% | 0.17% | - |
| HSV(B) | 164.35º | 0.88% | 0.31% | - |
| XYZ | 3.65 | 5.83 | 5.21 | - |
| YUV | 55.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 60 | 0.88 | 0 | 0.23 | 0.69 | 164.35 | 0.79 | 0.17 |
| Hex | 9 | 4E | 3C | 58 | 0 | 17 | 45 | A4 | 4F | 11 |
| Octal | 11 | 116 | 74 | 130 | 0 | 27 | 105 | 244 | 117 | 21 |
| Binary | 1001 | 1001110 | 111100 | 1011000 | 0 | 10111 | 1000101 | 10100100 | 1001111 | 10001 |
Color Harmonies of #094E3C
Complementary color
Monochromatic Colors of #094E3C
Black with #094E3C
Text Example
Text Example
White with #094E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E3C; }
p { color: rgb(9,78,60); }
H1.HeaderClassName
{
color: #094E3C;
}
.AnyTagClassName
{
color: #094E3C;
}
</style>
background-color css
<style>
a { background-color: #094E3C; }
a { background-color: rgb(9,78,60); }
div.DivClassName
{
background-color: #094E3C;
}
.BgClassName
{
background-color: #094E3C;
}
</style>
border-color css
<style>
span { border-color: #094E3C; }
span { border-color: rgb(9,78,60); }
td.TdClassName
{
border-color: #094E3C;
}
.TagClassName
{
border-color: #094E3C;
}
</style>