Shades of Deep Teal #093C30
Tints of Deep Teal #093C30
RGB
CMYK
RGB Variations
Color information
#093C30 (or 0x093C30) is known color: Deep Teal. HEX triplet: 09, 3C and 30. RGB value is (9,60,48). Sum of RGB (Red+Green+Blue) = 9+60+48=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #093C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C30 is #F6C3CF. Grayscale: #2B2B2B. Windows color (decimal): -16171984 or 3161097. OLE color: 3161097.
HSL color Cylindrical-coordinate representation of color #093C30: hue angle of 165.88º 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 #093C30 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 60 | 48 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.76 |
| HSL | 165.88º | 0.74% | 0.14% | - |
| HSV(B) | 165.88º | 0.85% | 0.24% | - |
| XYZ | 2.26 | 3.5 | 3.35 | - |
| YUV | 43.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 48 | 0.85 | 0 | 0.20 | 0.76 | 165.88 | 0.74 | 0.14 |
| Hex | 9 | 3C | 30 | 55 | 0 | 14 | 4C | A6 | 4A | E |
| Octal | 11 | 74 | 60 | 125 | 0 | 24 | 114 | 246 | 112 | 16 |
| Binary | 1001 | 111100 | 110000 | 1010101 | 0 | 10100 | 1001100 | 10100110 | 1001010 | 1110 |
Color Harmonies of #093C30
Complementary color
Monochromatic Colors of #093C30
Black with #093C30
Text Example
Text Example
White with #093C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C30; }
p { color: rgb(9,60,48); }
H1.HeaderClassName
{
color: #093C30;
}
.AnyTagClassName
{
color: #093C30;
}
</style>
background-color css
<style>
a { background-color: #093C30; }
a { background-color: rgb(9,60,48); }
div.DivClassName
{
background-color: #093C30;
}
.BgClassName
{
background-color: #093C30;
}
</style>
border-color css
<style>
span { border-color: #093C30; }
span { border-color: rgb(9,60,48); }
td.TdClassName
{
border-color: #093C30;
}
.TagClassName
{
border-color: #093C30;
}
</style>