Shades of Deep Teal #09493C
Tints of Deep Teal #09493C
RGB
CMYK
RGB Variations
Color information
#09493C (or 0x09493C) is known color: Deep Teal. HEX triplet: 09, 49 and 3C. RGB value is (9,73,60). Sum of RGB (Red+Green+Blue) = 9+73+60=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #09493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09493C is #F6B6C3. Grayscale: #343434. Windows color (decimal): -16168644 or 3950857. OLE color: 3950857.
HSL color Cylindrical-coordinate representation of color #09493C: hue angle of 167.81º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09493C is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 73 | 60 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.71 |
| HSL | 167.81º | 0.78% | 0.16% | - |
| HSV(B) | 167.81º | 0.88% | 0.29% | - |
| XYZ | 3.31 | 5.15 | 5.09 | - |
| YUV | 52.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 60 | 0.88 | 0 | 0.18 | 0.71 | 167.81 | 0.78 | 0.16 |
| Hex | 9 | 49 | 3C | 58 | 0 | 12 | 47 | A8 | 4E | 10 |
| Octal | 11 | 111 | 74 | 130 | 0 | 22 | 107 | 250 | 116 | 20 |
| Binary | 1001 | 1001001 | 111100 | 1011000 | 0 | 10010 | 1000111 | 10101000 | 1001110 | 10000 |
Color Harmonies of #09493C
Complementary color
Monochromatic Colors of #09493C
Black with #09493C
Text Example
Text Example
White with #09493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09493C; }
p { color: rgb(9,73,60); }
H1.HeaderClassName
{
color: #09493C;
}
.AnyTagClassName
{
color: #09493C;
}
</style>
background-color css
<style>
a { background-color: #09493C; }
a { background-color: rgb(9,73,60); }
div.DivClassName
{
background-color: #09493C;
}
.BgClassName
{
background-color: #09493C;
}
</style>
border-color css
<style>
span { border-color: #09493C; }
span { border-color: rgb(9,73,60); }
td.TdClassName
{
border-color: #09493C;
}
.TagClassName
{
border-color: #09493C;
}
</style>