Shades of Deep Teal #093730
Tints of Deep Teal #093730
RGB
CMYK
RGB Variations
Color information
#093730 (or 0x093730) is known color: Deep Teal. HEX triplet: 09, 37 and 30. RGB value is (9,55,48). Sum of RGB (Red+Green+Blue) = 9+55+48=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #093730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093730 is #F6C8CF. Grayscale: #282828. Windows color (decimal): -16173264 or 3159817. OLE color: 3159817.
HSL color Cylindrical-coordinate representation of color #093730: hue angle of 170.87º 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 #093730 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 55 | 48 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.78 |
| HSL | 170.87º | 0.72% | 0.13% | - |
| HSV(B) | 170.87º | 0.84% | 0.22% | - |
| XYZ | 2.01 | 3 | 3.27 | - |
| YUV | 40.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 48 | 0.84 | 0 | 0.13 | 0.78 | 170.87 | 0.72 | 0.13 |
| Hex | 9 | 37 | 30 | 54 | 0 | D | 4E | AB | 48 | D |
| Octal | 11 | 67 | 60 | 124 | 0 | 15 | 116 | 253 | 110 | 15 |
| Binary | 1001 | 110111 | 110000 | 1010100 | 0 | 1101 | 1001110 | 10101011 | 1001000 | 1101 |
Color Harmonies of #093730
Complementary color
Monochromatic Colors of #093730
Black with #093730
Text Example
Text Example
White with #093730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093730; }
p { color: rgb(9,55,48); }
H1.HeaderClassName
{
color: #093730;
}
.AnyTagClassName
{
color: #093730;
}
</style>
background-color css
<style>
a { background-color: #093730; }
a { background-color: rgb(9,55,48); }
div.DivClassName
{
background-color: #093730;
}
.BgClassName
{
background-color: #093730;
}
</style>
border-color css
<style>
span { border-color: #093730; }
span { border-color: rgb(9,55,48); }
td.TdClassName
{
border-color: #093730;
}
.TagClassName
{
border-color: #093730;
}
</style>