Shades of Deep Teal #093B30
Tints of Deep Teal #093B30
RGB
CMYK
RGB Variations
Color information
#093B30 (or 0x093B30) is known color: Deep Teal. HEX triplet: 09, 3B and 30. RGB value is (9,59,48). Sum of RGB (Red+Green+Blue) = 9+59+48=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #093B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B30 is #F6C4CF. Grayscale: #2A2A2A. Windows color (decimal): -16172240 or 3160841. OLE color: 3160841.
HSL color Cylindrical-coordinate representation of color #093B30: hue angle of 166.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B30 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 48 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.77 |
| HSL | 166.8º | 0.74% | 0.13% | - |
| HSV(B) | 166.8º | 0.85% | 0.23% | - |
| XYZ | 2.21 | 3.4 | 3.34 | - |
| YUV | 42.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 48 | 0.85 | 0 | 0.19 | 0.77 | 166.8 | 0.74 | 0.13 |
| Hex | 9 | 3B | 30 | 55 | 0 | 13 | 4D | A7 | 4A | D |
| Octal | 11 | 73 | 60 | 125 | 0 | 23 | 115 | 247 | 112 | 15 |
| Binary | 1001 | 111011 | 110000 | 1010101 | 0 | 10011 | 1001101 | 10100111 | 1001010 | 1101 |
Color Harmonies of #093B30
Complementary color
Monochromatic Colors of #093B30
Black with #093B30
Text Example
Text Example
White with #093B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B30; }
p { color: rgb(9,59,48); }
H1.HeaderClassName
{
color: #093B30;
}
.AnyTagClassName
{
color: #093B30;
}
</style>
background-color css
<style>
a { background-color: #093B30; }
a { background-color: rgb(9,59,48); }
div.DivClassName
{
background-color: #093B30;
}
.BgClassName
{
background-color: #093B30;
}
</style>
border-color css
<style>
span { border-color: #093B30; }
span { border-color: rgb(9,59,48); }
td.TdClassName
{
border-color: #093B30;
}
.TagClassName
{
border-color: #093B30;
}
</style>