Shades of Deep Teal #09473B
Tints of Deep Teal #09473B
RGB
CMYK
RGB Variations
Color information
#09473B (or 0x09473B) is known color: Deep Teal. HEX triplet: 09, 47 and 3B. RGB value is (9,71,59). Sum of RGB (Red+Green+Blue) = 9+71+59=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #09473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09473B is #F6B8C4. Grayscale: #333333. Windows color (decimal): -16169157 or 3884809. OLE color: 3884809.
HSL color Cylindrical-coordinate representation of color #09473B: hue angle of 168.39º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09473B is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 71 | 59 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.72 |
| HSL | 168.39º | 0.78% | 0.16% | - |
| HSV(B) | 168.39º | 0.87% | 0.28% | - |
| XYZ | 3.16 | 4.88 | 4.91 | - |
| YUV | 51.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 59 | 0.87 | 0 | 0.17 | 0.72 | 168.39 | 0.78 | 0.16 |
| Hex | 9 | 47 | 3B | 57 | 0 | 11 | 48 | A8 | 4E | 10 |
| Octal | 11 | 107 | 73 | 127 | 0 | 21 | 110 | 250 | 116 | 20 |
| Binary | 1001 | 1000111 | 111011 | 1010111 | 0 | 10001 | 1001000 | 10101000 | 1001110 | 10000 |
Color Harmonies of #09473B
Complementary color
Monochromatic Colors of #09473B
Black with #09473B
Text Example
Text Example
White with #09473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09473B; }
p { color: rgb(9,71,59); }
H1.HeaderClassName
{
color: #09473B;
}
.AnyTagClassName
{
color: #09473B;
}
</style>
background-color css
<style>
a { background-color: #09473B; }
a { background-color: rgb(9,71,59); }
div.DivClassName
{
background-color: #09473B;
}
.BgClassName
{
background-color: #09473B;
}
</style>
border-color css
<style>
span { border-color: #09473B; }
span { border-color: rgb(9,71,59); }
td.TdClassName
{
border-color: #09473B;
}
.TagClassName
{
border-color: #09473B;
}
</style>