Shades of Deep Teal #093A32
Tints of Deep Teal #093A32
RGB
CMYK
RGB Variations
Color information
#093A32 (or 0x093A32) is known color: Deep Teal. HEX triplet: 09, 3A and 32. RGB value is (9,58,50). Sum of RGB (Red+Green+Blue) = 9+58+50=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #093A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A32 is #F6C5CD. Grayscale: #2A2A2A. Windows color (decimal): -16172494 or 3291657. OLE color: 3291657.
HSL color Cylindrical-coordinate representation of color #093A32: hue angle of 170.2º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A32 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 58 | 50 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.77 |
| HSL | 170.2º | 0.73% | 0.13% | - |
| HSV(B) | 170.2º | 0.84% | 0.23% | - |
| XYZ | 2.2 | 3.31 | 3.54 | - |
| YUV | 42.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 50 | 0.84 | 0 | 0.14 | 0.77 | 170.2 | 0.73 | 0.13 |
| Hex | 9 | 3A | 32 | 54 | 0 | E | 4D | AA | 49 | D |
| Octal | 11 | 72 | 62 | 124 | 0 | 16 | 115 | 252 | 111 | 15 |
| Binary | 1001 | 111010 | 110010 | 1010100 | 0 | 1110 | 1001101 | 10101010 | 1001001 | 1101 |
Color Harmonies of #093A32
Complementary color
Monochromatic Colors of #093A32
Black with #093A32
Text Example
Text Example
White with #093A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A32; }
p { color: rgb(9,58,50); }
H1.HeaderClassName
{
color: #093A32;
}
.AnyTagClassName
{
color: #093A32;
}
</style>
background-color css
<style>
a { background-color: #093A32; }
a { background-color: rgb(9,58,50); }
div.DivClassName
{
background-color: #093A32;
}
.BgClassName
{
background-color: #093A32;
}
</style>
border-color css
<style>
span { border-color: #093A32; }
span { border-color: rgb(9,58,50); }
td.TdClassName
{
border-color: #093A32;
}
.TagClassName
{
border-color: #093A32;
}
</style>