Shades of Deep Teal #093C33
Tints of Deep Teal #093C33
RGB
CMYK
RGB Variations
Color information
#093C33 (or 0x093C33) is known color: Deep Teal. HEX triplet: 09, 3C and 33. RGB value is (9,60,51). Sum of RGB (Red+Green+Blue) = 9+60+51=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #093C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C33 is #F6C3CC. Grayscale: #2B2B2B. Windows color (decimal): -16171981 or 3357705. OLE color: 3357705.
HSL color Cylindrical-coordinate representation of color #093C33: hue angle of 169.41º 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 #093C33 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 60 | 51 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.76 |
| HSL | 169.41º | 0.74% | 0.14% | - |
| HSV(B) | 169.41º | 0.85% | 0.24% | - |
| XYZ | 2.33 | 3.53 | 3.69 | - |
| YUV | 43.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 51 | 0.85 | 0 | 0.15 | 0.76 | 169.41 | 0.74 | 0.14 |
| Hex | 9 | 3C | 33 | 55 | 0 | F | 4C | A9 | 4A | E |
| Octal | 11 | 74 | 63 | 125 | 0 | 17 | 114 | 251 | 112 | 16 |
| Binary | 1001 | 111100 | 110011 | 1010101 | 0 | 1111 | 1001100 | 10101001 | 1001010 | 1110 |
Color Harmonies of #093C33
Complementary color
Monochromatic Colors of #093C33
Black with #093C33
Text Example
Text Example
White with #093C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C33; }
p { color: rgb(9,60,51); }
H1.HeaderClassName
{
color: #093C33;
}
.AnyTagClassName
{
color: #093C33;
}
</style>
background-color css
<style>
a { background-color: #093C33; }
a { background-color: rgb(9,60,51); }
div.DivClassName
{
background-color: #093C33;
}
.BgClassName
{
background-color: #093C33;
}
</style>
border-color css
<style>
span { border-color: #093C33; }
span { border-color: rgb(9,60,51); }
td.TdClassName
{
border-color: #093C33;
}
.TagClassName
{
border-color: #093C33;
}
</style>