Shades of Deep Teal #094738
Tints of Deep Teal #094738
RGB
CMYK
RGB Variations
Color information
#094738 (or 0x094738) is known color: Deep Teal. HEX triplet: 09, 47 and 38. RGB value is (9,71,56). Sum of RGB (Red+Green+Blue) = 9+71+56=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #094738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094738 is #F6B8C7. Grayscale: #323232. Windows color (decimal): -16169160 or 3688201. OLE color: 3688201.
HSL color Cylindrical-coordinate representation of color #094738: hue angle of 165.48º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094738 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 71 | 56 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.72 |
| HSL | 165.48º | 0.78% | 0.16% | - |
| HSV(B) | 165.48º | 0.87% | 0.28% | - |
| XYZ | 3.08 | 4.85 | 4.52 | - |
| YUV | 50.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 56 | 0.87 | 0 | 0.21 | 0.72 | 165.48 | 0.78 | 0.16 |
| Hex | 9 | 47 | 38 | 57 | 0 | 15 | 48 | A5 | 4E | 10 |
| Octal | 11 | 107 | 70 | 127 | 0 | 25 | 110 | 245 | 116 | 20 |
| Binary | 1001 | 1000111 | 111000 | 1010111 | 0 | 10101 | 1001000 | 10100101 | 1001110 | 10000 |
Color Harmonies of #094738
Complementary color
Monochromatic Colors of #094738
Black with #094738
Text Example
Text Example
White with #094738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094738; }
p { color: rgb(9,71,56); }
H1.HeaderClassName
{
color: #094738;
}
.AnyTagClassName
{
color: #094738;
}
</style>
background-color css
<style>
a { background-color: #094738; }
a { background-color: rgb(9,71,56); }
div.DivClassName
{
background-color: #094738;
}
.BgClassName
{
background-color: #094738;
}
</style>
border-color css
<style>
span { border-color: #094738; }
span { border-color: rgb(9,71,56); }
td.TdClassName
{
border-color: #094738;
}
.TagClassName
{
border-color: #094738;
}
</style>