Shades of Deep Teal #094D3D
Tints of Deep Teal #094D3D
RGB
CMYK
RGB Variations
Color information
#094D3D (or 0x094D3D) is known color: Deep Teal. HEX triplet: 09, 4D and 3D. RGB value is (9,77,61). Sum of RGB (Red+Green+Blue) = 9+77+61=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #094D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D3D is #F6B2C2. Grayscale: #363636. Windows color (decimal): -16167619 or 4017417. OLE color: 4017417.
HSL color Cylindrical-coordinate representation of color #094D3D: hue angle of 165.88º 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 #094D3D is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 61 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.70 |
| HSL | 165.88º | 0.79% | 0.17% | - |
| HSV(B) | 165.88º | 0.88% | 0.3% | - |
| XYZ | 3.61 | 5.7 | 5.33 | - |
| YUV | 54.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 61 | 0.88 | 0 | 0.21 | 0.70 | 165.88 | 0.79 | 0.17 |
| Hex | 9 | 4D | 3D | 58 | 0 | 15 | 46 | A6 | 4F | 11 |
| Octal | 11 | 115 | 75 | 130 | 0 | 25 | 106 | 246 | 117 | 21 |
| Binary | 1001 | 1001101 | 111101 | 1011000 | 0 | 10101 | 1000110 | 10100110 | 1001111 | 10001 |
Color Harmonies of #094D3D
Complementary color
Monochromatic Colors of #094D3D
Black with #094D3D
Text Example
Text Example
White with #094D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D3D; }
p { color: rgb(9,77,61); }
H1.HeaderClassName
{
color: #094D3D;
}
.AnyTagClassName
{
color: #094D3D;
}
</style>
background-color css
<style>
a { background-color: #094D3D; }
a { background-color: rgb(9,77,61); }
div.DivClassName
{
background-color: #094D3D;
}
.BgClassName
{
background-color: #094D3D;
}
</style>
border-color css
<style>
span { border-color: #094D3D; }
span { border-color: rgb(9,77,61); }
td.TdClassName
{
border-color: #094D3D;
}
.TagClassName
{
border-color: #094D3D;
}
</style>