Shades of Deep Teal #094A38
Tints of Deep Teal #094A38
RGB
CMYK
RGB Variations
Color information
#094A38 (or 0x094A38) is known color: Deep Teal. HEX triplet: 09, 4A and 38. RGB value is (9,74,56). Sum of RGB (Red+Green+Blue) = 9+74+56=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 74 (29.30% from 255 or 53.24% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 74 - color contains mainly: green. Hex color #094A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A38 is #F6B5C7. Grayscale: #343434. Windows color (decimal): -16168392 or 3688969. OLE color: 3688969.
HSL color Cylindrical-coordinate representation of color #094A38: hue angle of 163.38º degrees, saturation: 0.78, 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 #094A38 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 74 | 56 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.71 |
| HSL | 163.38º | 0.78% | 0.16% | - |
| HSV(B) | 163.38º | 0.88% | 0.29% | - |
| XYZ | 3.28 | 5.24 | 4.58 | - |
| YUV | 52.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 56 | 0.88 | 0 | 0.24 | 0.71 | 163.38 | 0.78 | 0.16 |
| Hex | 9 | 4A | 38 | 58 | 0 | 18 | 47 | A3 | 4E | 10 |
| Octal | 11 | 112 | 70 | 130 | 0 | 30 | 107 | 243 | 116 | 20 |
| Binary | 1001 | 1001010 | 111000 | 1011000 | 0 | 11000 | 1000111 | 10100011 | 1001110 | 10000 |
Color Harmonies of #094A38
Complementary color
Monochromatic Colors of #094A38
Black with #094A38
Text Example
Text Example
White with #094A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A38; }
p { color: rgb(9,74,56); }
H1.HeaderClassName
{
color: #094A38;
}
.AnyTagClassName
{
color: #094A38;
}
</style>
background-color css
<style>
a { background-color: #094A38; }
a { background-color: rgb(9,74,56); }
div.DivClassName
{
background-color: #094A38;
}
.BgClassName
{
background-color: #094A38;
}
</style>
border-color css
<style>
span { border-color: #094A38; }
span { border-color: rgb(9,74,56); }
td.TdClassName
{
border-color: #094A38;
}
.TagClassName
{
border-color: #094A38;
}
</style>