Shades of Deep Teal #094F40
Tints of Deep Teal #094F40
RGB
CMYK
RGB Variations
Color information
#094F40 (or 0x094F40) is known color: Deep Teal. HEX triplet: 09, 4F and 40. RGB value is (9,79,64). Sum of RGB (Red+Green+Blue) = 9+79+64=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #094F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F40 is #F6B0BF. Grayscale: #383838. Windows color (decimal): -16167104 or 4214537. OLE color: 4214537.
HSL color Cylindrical-coordinate representation of color #094F40: hue angle of 167.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F40 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 79 | 64 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.69 |
| HSL | 167.14º | 0.8% | 0.17% | - |
| HSV(B) | 167.14º | 0.89% | 0.31% | - |
| XYZ | 3.83 | 6.02 | 5.81 | - |
| YUV | 56.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 64 | 0.89 | 0 | 0.19 | 0.69 | 167.14 | 0.8 | 0.17 |
| Hex | 9 | 4F | 40 | 59 | 0 | 13 | 45 | A7 | 50 | 11 |
| Octal | 11 | 117 | 100 | 131 | 0 | 23 | 105 | 247 | 120 | 21 |
| Binary | 1001 | 1001111 | 1000000 | 1011001 | 0 | 10011 | 1000101 | 10100111 | 1010000 | 10001 |
Color Harmonies of #094F40
Complementary color
Monochromatic Colors of #094F40
Black with #094F40
Text Example
Text Example
White with #094F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F40; }
p { color: rgb(9,79,64); }
H1.HeaderClassName
{
color: #094F40;
}
.AnyTagClassName
{
color: #094F40;
}
</style>
background-color css
<style>
a { background-color: #094F40; }
a { background-color: rgb(9,79,64); }
div.DivClassName
{
background-color: #094F40;
}
.BgClassName
{
background-color: #094F40;
}
</style>
border-color css
<style>
span { border-color: #094F40; }
span { border-color: rgb(9,79,64); }
td.TdClassName
{
border-color: #094F40;
}
.TagClassName
{
border-color: #094F40;
}
</style>