Shades of Deep Teal #093D35
Tints of Deep Teal #093D35
RGB
CMYK
RGB Variations
Color information
#093D35 (or 0x093D35) is known color: Deep Teal. HEX triplet: 09, 3D and 35. RGB value is (9,61,53). Sum of RGB (Red+Green+Blue) = 9+61+53=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #093D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D35 is #F6C2CA. Grayscale: #2C2C2C. Windows color (decimal): -16171723 or 3489033. OLE color: 3489033.
HSL color Cylindrical-coordinate representation of color #093D35: hue angle of 170.77º 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 #093D35 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 61 | 53 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.76 |
| HSL | 170.77º | 0.74% | 0.14% | - |
| HSV(B) | 170.77º | 0.85% | 0.24% | - |
| XYZ | 2.42 | 3.65 | 3.95 | - |
| YUV | 44.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 53 | 0.85 | 0 | 0.13 | 0.76 | 170.77 | 0.74 | 0.14 |
| Hex | 9 | 3D | 35 | 55 | 0 | D | 4C | AB | 4A | E |
| Octal | 11 | 75 | 65 | 125 | 0 | 15 | 114 | 253 | 112 | 16 |
| Binary | 1001 | 111101 | 110101 | 1010101 | 0 | 1101 | 1001100 | 10101011 | 1001010 | 1110 |
Color Harmonies of #093D35
Complementary color
Monochromatic Colors of #093D35
Black with #093D35
Text Example
Text Example
White with #093D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D35; }
p { color: rgb(9,61,53); }
H1.HeaderClassName
{
color: #093D35;
}
.AnyTagClassName
{
color: #093D35;
}
</style>
background-color css
<style>
a { background-color: #093D35; }
a { background-color: rgb(9,61,53); }
div.DivClassName
{
background-color: #093D35;
}
.BgClassName
{
background-color: #093D35;
}
</style>
border-color css
<style>
span { border-color: #093D35; }
span { border-color: rgb(9,61,53); }
td.TdClassName
{
border-color: #093D35;
}
.TagClassName
{
border-color: #093D35;
}
</style>