Shades of Deep Teal #093833
Tints of Deep Teal #093833
RGB
CMYK
RGB Variations
Color information
#093833 (or 0x093833) is known color: Deep Teal. HEX triplet: 09, 38 and 33. RGB value is (9,56,51). Sum of RGB (Red+Green+Blue) = 9+56+51=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #093833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093833 is #F6C7CC. Grayscale: #292929. Windows color (decimal): -16173005 or 3356681. OLE color: 3356681.
HSL color Cylindrical-coordinate representation of color #093833: hue angle of 173.62º 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 #093833 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 51 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.78 |
| HSL | 173.62º | 0.72% | 0.13% | - |
| HSV(B) | 173.62º | 0.84% | 0.22% | - |
| XYZ | 2.12 | 3.13 | 3.62 | - |
| YUV | 41.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 51 | 0.84 | 0 | 0.09 | 0.78 | 173.62 | 0.72 | 0.13 |
| Hex | 9 | 38 | 33 | 54 | 0 | 9 | 4E | AE | 48 | D |
| Octal | 11 | 70 | 63 | 124 | 0 | 11 | 116 | 256 | 110 | 15 |
| Binary | 1001 | 111000 | 110011 | 1010100 | 0 | 1001 | 1001110 | 10101110 | 1001000 | 1101 |
Color Harmonies of #093833
Complementary color
Monochromatic Colors of #093833
Black with #093833
Text Example
Text Example
White with #093833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093833; }
p { color: rgb(9,56,51); }
H1.HeaderClassName
{
color: #093833;
}
.AnyTagClassName
{
color: #093833;
}
</style>
background-color css
<style>
a { background-color: #093833; }
a { background-color: rgb(9,56,51); }
div.DivClassName
{
background-color: #093833;
}
.BgClassName
{
background-color: #093833;
}
</style>
border-color css
<style>
span { border-color: #093833; }
span { border-color: rgb(9,56,51); }
td.TdClassName
{
border-color: #093833;
}
.TagClassName
{
border-color: #093833;
}
</style>