Shades of Deep Teal #093A30
Tints of Deep Teal #093A30
RGB
CMYK
RGB Variations
Color information
#093A30 (or 0x093A30) is known color: Deep Teal. HEX triplet: 09, 3A and 30. RGB value is (9,58,48). Sum of RGB (Red+Green+Blue) = 9+58+48=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #093A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A30 is #F6C5CF. Grayscale: #2A2A2A. Windows color (decimal): -16172496 or 3160585. OLE color: 3160585.
HSL color Cylindrical-coordinate representation of color #093A30: hue angle of 167.76º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A30 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
RGB | 9 | 58 | 48 | - |
CMYK | 0.84 | 0 | 0.17 | 0.77 |
HSL | 167.76º | 0.73% | 0.13% | - |
HSV(B) | 167.76º | 0.84% | 0.23% | - |
XYZ | 2.16 | 3.3 | 3.32 | - |
YUV | 42.21 | 131.27 | 104.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 58 | 48 | 0.84 | 0 | 0.17 | 0.77 | 167.76 | 0.73 | 0.13 |
Hex | 9 | 3A | 30 | 54 | 0 | 11 | 4D | A8 | 49 | D |
Octal | 11 | 72 | 60 | 124 | 0 | 21 | 115 | 250 | 111 | 15 |
Binary | 1001 | 111010 | 110000 | 1010100 | 0 | 10001 | 1001101 | 10101000 | 1001001 | 1101 |
Color Harmonies of #093A30
Complementary color
Monochromatic Colors of #093A30
Black with #093A30
Text Example
Text Example
White with #093A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A30; }
p { color: rgb(9,58,48); }
H1.HeaderClassName
{
color: #093A30;
}
.AnyTagClassName
{
color: #093A30;
}
</style>
background-color css
<style>
a { background-color: #093A30; }
a { background-color: rgb(9,58,48); }
div.DivClassName
{
background-color: #093A30;
}
.BgClassName
{
background-color: #093A30;
}
</style>
border-color css
<style>
span { border-color: #093A30; }
span { border-color: rgb(9,58,48); }
td.TdClassName
{
border-color: #093A30;
}
.TagClassName
{
border-color: #093A30;
}
</style>