Shades of Deep Teal #093D32
Tints of Deep Teal #093D32
RGB
CMYK
RGB Variations
Color information
#093D32 (or 0x093D32) is known color: Deep Teal. HEX triplet: 09, 3D and 32. RGB value is (9,61,50). Sum of RGB (Red+Green+Blue) = 9+61+50=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #093D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D32 is #F6C2CD. Grayscale: #2C2C2C. Windows color (decimal): -16171726 or 3292425. OLE color: 3292425.
HSL color Cylindrical-coordinate representation of color #093D32: hue angle of 167.31º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D32 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 61 | 50 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.76 |
| HSL | 167.31º | 0.74% | 0.14% | - |
| HSV(B) | 167.31º | 0.85% | 0.24% | - |
| XYZ | 2.36 | 3.63 | 3.59 | - |
| YUV | 44.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 50 | 0.85 | 0 | 0.18 | 0.76 | 167.31 | 0.74 | 0.14 |
| Hex | 9 | 3D | 32 | 55 | 0 | 12 | 4C | A7 | 4A | E |
| Octal | 11 | 75 | 62 | 125 | 0 | 22 | 114 | 247 | 112 | 16 |
| Binary | 1001 | 111101 | 110010 | 1010101 | 0 | 10010 | 1001100 | 10100111 | 1001010 | 1110 |
Color Harmonies of #093D32
Complementary color
Monochromatic Colors of #093D32
Black with #093D32
Text Example
Text Example
White with #093D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D32; }
p { color: rgb(9,61,50); }
H1.HeaderClassName
{
color: #093D32;
}
.AnyTagClassName
{
color: #093D32;
}
</style>
background-color css
<style>
a { background-color: #093D32; }
a { background-color: rgb(9,61,50); }
div.DivClassName
{
background-color: #093D32;
}
.BgClassName
{
background-color: #093D32;
}
</style>
border-color css
<style>
span { border-color: #093D32; }
span { border-color: rgb(9,61,50); }
td.TdClassName
{
border-color: #093D32;
}
.TagClassName
{
border-color: #093D32;
}
</style>