Shades of Deep Teal #094037
Tints of Deep Teal #094037
RGB
CMYK
RGB Variations
Color information
#094037 (or 0x094037) is known color: Deep Teal. HEX triplet: 09, 40 and 37. RGB value is (9,64,55). Sum of RGB (Red+Green+Blue) = 9+64+55=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #094037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094037 is #F6BFC8. Grayscale: #2E2E2E. Windows color (decimal): -16170953 or 3620873. OLE color: 3620873.
HSL color Cylindrical-coordinate representation of color #094037: hue angle of 170.18º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094037 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 55 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.75 |
| HSL | 170.18º | 0.75% | 0.14% | - |
| HSV(B) | 170.18º | 0.86% | 0.25% | - |
| XYZ | 2.64 | 4 | 4.25 | - |
| YUV | 46.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 55 | 0.86 | 0 | 0.14 | 0.75 | 170.18 | 0.75 | 0.14 |
| Hex | 9 | 40 | 37 | 56 | 0 | E | 4B | AA | 4B | E |
| Octal | 11 | 100 | 67 | 126 | 0 | 16 | 113 | 252 | 113 | 16 |
| Binary | 1001 | 1000000 | 110111 | 1010110 | 0 | 1110 | 1001011 | 10101010 | 1001011 | 1110 |
Color Harmonies of #094037
Complementary color
Monochromatic Colors of #094037
Black with #094037
Text Example
Text Example
White with #094037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094037; }
p { color: rgb(9,64,55); }
H1.HeaderClassName
{
color: #094037;
}
.AnyTagClassName
{
color: #094037;
}
</style>
background-color css
<style>
a { background-color: #094037; }
a { background-color: rgb(9,64,55); }
div.DivClassName
{
background-color: #094037;
}
.BgClassName
{
background-color: #094037;
}
</style>
border-color css
<style>
span { border-color: #094037; }
span { border-color: rgb(9,64,55); }
td.TdClassName
{
border-color: #094037;
}
.TagClassName
{
border-color: #094037;
}
</style>