Shades of Deep Teal #094636
Tints of Deep Teal #094636
RGB
CMYK
RGB Variations
Color information
#094636 (or 0x094636) is known color: Deep Teal. HEX triplet: 09, 46 and 36. RGB value is (9,70,54). Sum of RGB (Red+Green+Blue) = 9+70+54=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #094636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094636 is #F6B9C9. Grayscale: #313131. Windows color (decimal): -16169418 or 3556873. OLE color: 3556873.
HSL color Cylindrical-coordinate representation of color #094636: hue angle of 164.26º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094636 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 54 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.73 |
| HSL | 164.26º | 0.77% | 0.15% | - |
| HSV(B) | 164.26º | 0.87% | 0.27% | - |
| XYZ | 2.97 | 4.7 | 4.24 | - |
| YUV | 49.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 54 | 0.87 | 0 | 0.23 | 0.73 | 164.26 | 0.77 | 0.15 |
| Hex | 9 | 46 | 36 | 57 | 0 | 17 | 49 | A4 | 4D | F |
| Octal | 11 | 106 | 66 | 127 | 0 | 27 | 111 | 244 | 115 | 17 |
| Binary | 1001 | 1000110 | 110110 | 1010111 | 0 | 10111 | 1001001 | 10100100 | 1001101 | 1111 |
Color Harmonies of #094636
Complementary color
Monochromatic Colors of #094636
Black with #094636
Text Example
Text Example
White with #094636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094636; }
p { color: rgb(9,70,54); }
H1.HeaderClassName
{
color: #094636;
}
.AnyTagClassName
{
color: #094636;
}
</style>
background-color css
<style>
a { background-color: #094636; }
a { background-color: rgb(9,70,54); }
div.DivClassName
{
background-color: #094636;
}
.BgClassName
{
background-color: #094636;
}
</style>
border-color css
<style>
span { border-color: #094636; }
span { border-color: rgb(9,70,54); }
td.TdClassName
{
border-color: #094636;
}
.TagClassName
{
border-color: #094636;
}
</style>