Shades of Deep Teal #094D3B
Tints of Deep Teal #094D3B
RGB
CMYK
RGB Variations
Color information
#094D3B (or 0x094D3B) is known color: Deep Teal. HEX triplet: 09, 4D and 3B. RGB value is (9,77,59). Sum of RGB (Red+Green+Blue) = 9+77+59=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #094D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D3B is #F6B2C4. Grayscale: #363636. Windows color (decimal): -16167621 or 3886345. OLE color: 3886345.
HSL color Cylindrical-coordinate representation of color #094D3B: hue angle of 164.12º 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 #094D3B is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 59 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.70 |
| HSL | 164.12º | 0.79% | 0.17% | - |
| HSV(B) | 164.12º | 0.88% | 0.3% | - |
| XYZ | 3.56 | 5.68 | 5.05 | - |
| YUV | 54.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 59 | 0.88 | 0 | 0.23 | 0.70 | 164.12 | 0.79 | 0.17 |
| Hex | 9 | 4D | 3B | 58 | 0 | 17 | 46 | A4 | 4F | 11 |
| Octal | 11 | 115 | 73 | 130 | 0 | 27 | 106 | 244 | 117 | 21 |
| Binary | 1001 | 1001101 | 111011 | 1011000 | 0 | 10111 | 1000110 | 10100100 | 1001111 | 10001 |
Color Harmonies of #094D3B
Complementary color
Monochromatic Colors of #094D3B
Black with #094D3B
Text Example
Text Example
White with #094D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D3B; }
p { color: rgb(9,77,59); }
H1.HeaderClassName
{
color: #094D3B;
}
.AnyTagClassName
{
color: #094D3B;
}
</style>
background-color css
<style>
a { background-color: #094D3B; }
a { background-color: rgb(9,77,59); }
div.DivClassName
{
background-color: #094D3B;
}
.BgClassName
{
background-color: #094D3B;
}
</style>
border-color css
<style>
span { border-color: #094D3B; }
span { border-color: rgb(9,77,59); }
td.TdClassName
{
border-color: #094D3B;
}
.TagClassName
{
border-color: #094D3B;
}
</style>