Shades of Deep Teal #094B3E
Tints of Deep Teal #094B3E
RGB
CMYK
RGB Variations
Color information
#094B3E (or 0x094B3E) is known color: Deep Teal. HEX triplet: 09, 4B and 3E. RGB value is (9,75,62). Sum of RGB (Red+Green+Blue) = 9+75+62=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #094B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B3E is #F6B4C1. Grayscale: #353535. Windows color (decimal): -16168130 or 4082441. OLE color: 4082441.
HSL color Cylindrical-coordinate representation of color #094B3E: hue angle of 168.18º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094B3E is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 75 | 62 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.71 |
| HSL | 168.18º | 0.79% | 0.16% | - |
| HSV(B) | 168.18º | 0.88% | 0.29% | - |
| XYZ | 3.5 | 5.44 | 5.42 | - |
| YUV | 53.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 62 | 0.88 | 0 | 0.17 | 0.71 | 168.18 | 0.79 | 0.16 |
| Hex | 9 | 4B | 3E | 58 | 0 | 11 | 47 | A8 | 4F | 10 |
| Octal | 11 | 113 | 76 | 130 | 0 | 21 | 107 | 250 | 117 | 20 |
| Binary | 1001 | 1001011 | 111110 | 1011000 | 0 | 10001 | 1000111 | 10101000 | 1001111 | 10000 |
Color Harmonies of #094B3E
Complementary color
Monochromatic Colors of #094B3E
Black with #094B3E
Text Example
Text Example
White with #094B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B3E; }
p { color: rgb(9,75,62); }
H1.HeaderClassName
{
color: #094B3E;
}
.AnyTagClassName
{
color: #094B3E;
}
</style>
background-color css
<style>
a { background-color: #094B3E; }
a { background-color: rgb(9,75,62); }
div.DivClassName
{
background-color: #094B3E;
}
.BgClassName
{
background-color: #094B3E;
}
</style>
border-color css
<style>
span { border-color: #094B3E; }
span { border-color: rgb(9,75,62); }
td.TdClassName
{
border-color: #094B3E;
}
.TagClassName
{
border-color: #094B3E;
}
</style>