Shades of Deep Teal #09433A
Tints of Deep Teal #09433A
RGB
CMYK
RGB Variations
Color information
#09433A (or 0x09433A) is known color: Deep Teal. HEX triplet: 09, 43 and 3A. RGB value is (9,67,58). Sum of RGB (Red+Green+Blue) = 9+67+58=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #09433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09433A is #F6BCC5. Grayscale: #303030. Windows color (decimal): -16170182 or 3818249. OLE color: 3818249.
HSL color Cylindrical-coordinate representation of color #09433A: hue angle of 170.69º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09433A is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 58 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.74 |
| HSL | 170.69º | 0.76% | 0.15% | - |
| HSV(B) | 170.69º | 0.87% | 0.26% | - |
| XYZ | 2.88 | 4.38 | 4.7 | - |
| YUV | 48.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 58 | 0.87 | 0 | 0.13 | 0.74 | 170.69 | 0.76 | 0.15 |
| Hex | 9 | 43 | 3A | 57 | 0 | D | 4A | AB | 4C | F |
| Octal | 11 | 103 | 72 | 127 | 0 | 15 | 112 | 253 | 114 | 17 |
| Binary | 1001 | 1000011 | 111010 | 1010111 | 0 | 1101 | 1001010 | 10101011 | 1001100 | 1111 |
Color Harmonies of #09433A
Complementary color
Monochromatic Colors of #09433A
Black with #09433A
Text Example
Text Example
White with #09433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09433A; }
p { color: rgb(9,67,58); }
H1.HeaderClassName
{
color: #09433A;
}
.AnyTagClassName
{
color: #09433A;
}
</style>
background-color css
<style>
a { background-color: #09433A; }
a { background-color: rgb(9,67,58); }
div.DivClassName
{
background-color: #09433A;
}
.BgClassName
{
background-color: #09433A;
}
</style>
border-color css
<style>
span { border-color: #09433A; }
span { border-color: rgb(9,67,58); }
td.TdClassName
{
border-color: #09433A;
}
.TagClassName
{
border-color: #09433A;
}
</style>