Shades of Deep Teal #094134
Tints of Deep Teal #094134
RGB
CMYK
RGB Variations
Color information
#094134 (or 0x094134) is known color: Deep Teal. HEX triplet: 09, 41 and 34. RGB value is (9,65,52). Sum of RGB (Red+Green+Blue) = 9+65+52=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #094134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094134 is #F6BECB. Grayscale: #2E2E2E. Windows color (decimal): -16170700 or 3424521. OLE color: 3424521.
HSL color Cylindrical-coordinate representation of color #094134: hue angle of 166.07º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094134 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 52 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.75 |
| HSL | 166.07º | 0.76% | 0.15% | - |
| HSV(B) | 166.07º | 0.86% | 0.25% | - |
| XYZ | 2.62 | 4.09 | 3.9 | - |
| YUV | 46.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 52 | 0.86 | 0 | 0.20 | 0.75 | 166.07 | 0.76 | 0.15 |
| Hex | 9 | 41 | 34 | 56 | 0 | 14 | 4B | A6 | 4C | F |
| Octal | 11 | 101 | 64 | 126 | 0 | 24 | 113 | 246 | 114 | 17 |
| Binary | 1001 | 1000001 | 110100 | 1010110 | 0 | 10100 | 1001011 | 10100110 | 1001100 | 1111 |
Color Harmonies of #094134
Complementary color
Monochromatic Colors of #094134
Black with #094134
Text Example
Text Example
White with #094134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094134; }
p { color: rgb(9,65,52); }
H1.HeaderClassName
{
color: #094134;
}
.AnyTagClassName
{
color: #094134;
}
</style>
background-color css
<style>
a { background-color: #094134; }
a { background-color: rgb(9,65,52); }
div.DivClassName
{
background-color: #094134;
}
.BgClassName
{
background-color: #094134;
}
</style>
border-color css
<style>
span { border-color: #094134; }
span { border-color: rgb(9,65,52); }
td.TdClassName
{
border-color: #094134;
}
.TagClassName
{
border-color: #094134;
}
</style>