Shades of Deep Teal #094234
Tints of Deep Teal #094234
RGB
CMYK
RGB Variations
Color information
#094234 (or 0x094234) is known color: Deep Teal. HEX triplet: 09, 42 and 34. RGB value is (9,66,52). Sum of RGB (Red+Green+Blue) = 9+66+52=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #094234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094234 is #F6BDCB. Grayscale: #2F2F2F. Windows color (decimal): -16170444 or 3424777. OLE color: 3424777.
HSL color Cylindrical-coordinate representation of color #094234: hue angle of 165.26º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094234 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 52 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.74 |
| HSL | 165.26º | 0.76% | 0.15% | - |
| HSV(B) | 165.26º | 0.86% | 0.26% | - |
| XYZ | 2.68 | 4.2 | 3.92 | - |
| YUV | 47.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 52 | 0.86 | 0 | 0.21 | 0.74 | 165.26 | 0.76 | 0.15 |
| Hex | 9 | 42 | 34 | 56 | 0 | 15 | 4A | A5 | 4C | F |
| Octal | 11 | 102 | 64 | 126 | 0 | 25 | 112 | 245 | 114 | 17 |
| Binary | 1001 | 1000010 | 110100 | 1010110 | 0 | 10101 | 1001010 | 10100101 | 1001100 | 1111 |
Color Harmonies of #094234
Complementary color
Monochromatic Colors of #094234
Black with #094234
Text Example
Text Example
White with #094234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094234; }
p { color: rgb(9,66,52); }
H1.HeaderClassName
{
color: #094234;
}
.AnyTagClassName
{
color: #094234;
}
</style>
background-color css
<style>
a { background-color: #094234; }
a { background-color: rgb(9,66,52); }
div.DivClassName
{
background-color: #094234;
}
.BgClassName
{
background-color: #094234;
}
</style>
border-color css
<style>
span { border-color: #094234; }
span { border-color: rgb(9,66,52); }
td.TdClassName
{
border-color: #094234;
}
.TagClassName
{
border-color: #094234;
}
</style>