Shades of Deep Teal #093D31
Tints of Deep Teal #093D31
RGB
CMYK
RGB Variations
Color information
#093D31 (or 0x093D31) is known color: Deep Teal. HEX triplet: 09, 3D and 31. RGB value is (9,61,49). Sum of RGB (Red+Green+Blue) = 9+61+49=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #093D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D31 is #F6C2CE. Grayscale: #2C2C2C. Windows color (decimal): -16171727 or 3226889. OLE color: 3226889.
HSL color Cylindrical-coordinate representation of color #093D31: hue angle of 166.15º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D31 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 61 | 49 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.76 |
| HSL | 166.15º | 0.74% | 0.14% | - |
| HSV(B) | 166.15º | 0.85% | 0.24% | - |
| XYZ | 2.34 | 3.62 | 3.48 | - |
| YUV | 44.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 49 | 0.85 | 0 | 0.20 | 0.76 | 166.15 | 0.74 | 0.14 |
| Hex | 9 | 3D | 31 | 55 | 0 | 14 | 4C | A6 | 4A | E |
| Octal | 11 | 75 | 61 | 125 | 0 | 24 | 114 | 246 | 112 | 16 |
| Binary | 1001 | 111101 | 110001 | 1010101 | 0 | 10100 | 1001100 | 10100110 | 1001010 | 1110 |
Color Harmonies of #093D31
Complementary color
Monochromatic Colors of #093D31
Black with #093D31
Text Example
Text Example
White with #093D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D31; }
p { color: rgb(9,61,49); }
H1.HeaderClassName
{
color: #093D31;
}
.AnyTagClassName
{
color: #093D31;
}
</style>
background-color css
<style>
a { background-color: #093D31; }
a { background-color: rgb(9,61,49); }
div.DivClassName
{
background-color: #093D31;
}
.BgClassName
{
background-color: #093D31;
}
</style>
border-color css
<style>
span { border-color: #093D31; }
span { border-color: rgb(9,61,49); }
td.TdClassName
{
border-color: #093D31;
}
.TagClassName
{
border-color: #093D31;
}
</style>