Shades of Deep Teal #094D3C
Tints of Deep Teal #094D3C
RGB
CMYK
RGB Variations
Color information
#094D3C (or 0x094D3C) is known color: Deep Teal. HEX triplet: 09, 4D and 3C. RGB value is (9,77,60). Sum of RGB (Red+Green+Blue) = 9+77+60=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #094D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D3C is #F6B2C3. Grayscale: #363636. Windows color (decimal): -16167620 or 3951881. OLE color: 3951881.
HSL color Cylindrical-coordinate representation of color #094D3C: hue angle of 165º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D3C is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 60 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.70 |
| HSL | 165º | 0.79% | 0.17% | - |
| HSV(B) | 165º | 0.88% | 0.3% | - |
| XYZ | 3.58 | 5.69 | 5.18 | - |
| YUV | 54.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 60 | 0.88 | 0 | 0.22 | 0.70 | 165 | 0.79 | 0.17 |
| Hex | 9 | 4D | 3C | 58 | 0 | 16 | 46 | A5 | 4F | 11 |
| Octal | 11 | 115 | 74 | 130 | 0 | 26 | 106 | 245 | 117 | 21 |
| Binary | 1001 | 1001101 | 111100 | 1011000 | 0 | 10110 | 1000110 | 10100101 | 1001111 | 10001 |
Color Harmonies of #094D3C
Complementary color
Monochromatic Colors of #094D3C
Black with #094D3C
Text Example
Text Example
White with #094D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D3C; }
p { color: rgb(9,77,60); }
H1.HeaderClassName
{
color: #094D3C;
}
.AnyTagClassName
{
color: #094D3C;
}
</style>
background-color css
<style>
a { background-color: #094D3C; }
a { background-color: rgb(9,77,60); }
div.DivClassName
{
background-color: #094D3C;
}
.BgClassName
{
background-color: #094D3C;
}
</style>
border-color css
<style>
span { border-color: #094D3C; }
span { border-color: rgb(9,77,60); }
td.TdClassName
{
border-color: #094D3C;
}
.TagClassName
{
border-color: #094D3C;
}
</style>