Shades of Deep Teal #093733
Tints of Deep Teal #093733
RGB
CMYK
RGB Variations
Color information
#093733 (or 0x093733) is known color: Deep Teal. HEX triplet: 09, 37 and 33. RGB value is (9,55,51). Sum of RGB (Red+Green+Blue) = 9+55+51=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #093733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093733 is #F6C8CC. Grayscale: #282828. Windows color (decimal): -16173261 or 3356425. OLE color: 3356425.
HSL color Cylindrical-coordinate representation of color #093733: hue angle of 174.78º degrees, saturation: 0.72, 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 #093733 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 55 | 51 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.78 |
| HSL | 174.78º | 0.72% | 0.13% | - |
| HSV(B) | 174.78º | 0.84% | 0.22% | - |
| XYZ | 2.08 | 3.03 | 3.61 | - |
| YUV | 40.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 51 | 0.84 | 0 | 0.07 | 0.78 | 174.78 | 0.72 | 0.13 |
| Hex | 9 | 37 | 33 | 54 | 0 | 7 | 4E | AF | 48 | D |
| Octal | 11 | 67 | 63 | 124 | 0 | 7 | 116 | 257 | 110 | 15 |
| Binary | 1001 | 110111 | 110011 | 1010100 | 0 | 111 | 1001110 | 10101111 | 1001000 | 1101 |
Color Harmonies of #093733
Complementary color
Monochromatic Colors of #093733
Black with #093733
Text Example
Text Example
White with #093733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093733; }
p { color: rgb(9,55,51); }
H1.HeaderClassName
{
color: #093733;
}
.AnyTagClassName
{
color: #093733;
}
</style>
background-color css
<style>
a { background-color: #093733; }
a { background-color: rgb(9,55,51); }
div.DivClassName
{
background-color: #093733;
}
.BgClassName
{
background-color: #093733;
}
</style>
border-color css
<style>
span { border-color: #093733; }
span { border-color: rgb(9,55,51); }
td.TdClassName
{
border-color: #093733;
}
.TagClassName
{
border-color: #093733;
}
</style>