Shades of Deep Teal #093933
Tints of Deep Teal #093933
RGB
CMYK
RGB Variations
Color information
#093933 (or 0x093933) is known color: Deep Teal. HEX triplet: 09, 39 and 33. RGB value is (9,57,51). Sum of RGB (Red+Green+Blue) = 9+57+51=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #093933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093933 is #F6C6CC. Grayscale: #292929. Windows color (decimal): -16172749 or 3356937. OLE color: 3356937.
HSL color Cylindrical-coordinate representation of color #093933: hue angle of 172.5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093933 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 57 | 51 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.78 |
| HSL | 172.5º | 0.73% | 0.13% | - |
| HSV(B) | 172.5º | 0.84% | 0.22% | - |
| XYZ | 2.17 | 3.22 | 3.64 | - |
| YUV | 41.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 51 | 0.84 | 0 | 0.11 | 0.78 | 172.5 | 0.73 | 0.13 |
| Hex | 9 | 39 | 33 | 54 | 0 | B | 4E | AC | 49 | D |
| Octal | 11 | 71 | 63 | 124 | 0 | 13 | 116 | 254 | 111 | 15 |
| Binary | 1001 | 111001 | 110011 | 1010100 | 0 | 1011 | 1001110 | 10101100 | 1001001 | 1101 |
Color Harmonies of #093933
Complementary color
Monochromatic Colors of #093933
Black with #093933
Text Example
Text Example
White with #093933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093933; }
p { color: rgb(9,57,51); }
H1.HeaderClassName
{
color: #093933;
}
.AnyTagClassName
{
color: #093933;
}
</style>
background-color css
<style>
a { background-color: #093933; }
a { background-color: rgb(9,57,51); }
div.DivClassName
{
background-color: #093933;
}
.BgClassName
{
background-color: #093933;
}
</style>
border-color css
<style>
span { border-color: #093933; }
span { border-color: rgb(9,57,51); }
td.TdClassName
{
border-color: #093933;
}
.TagClassName
{
border-color: #093933;
}
</style>