Shades of Deep Teal #09533D
Tints of Deep Teal #09533D
RGB
CMYK
RGB Variations
Color information
#09533D (or 0x09533D) is known color: Deep Teal. HEX triplet: 09, 53 and 3D. RGB value is (9,83,61). Sum of RGB (Red+Green+Blue) = 9+83+61=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #09533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09533D is #F6ACC2. Grayscale: #3A3A3A. Windows color (decimal): -16166083 or 4018953. OLE color: 4018953.
HSL color Cylindrical-coordinate representation of color #09533D: hue angle of 162.16º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09533D is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 61 | - |
| CMYK | 0.89 | 0 | 0.27 | 0.67 |
| HSL | 162.16º | 0.8% | 0.18% | - |
| HSV(B) | 162.16º | 0.89% | 0.33% | - |
| XYZ | 4.05 | 6.58 | 5.47 | - |
| YUV | 58.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 61 | 0.89 | 0 | 0.27 | 0.67 | 162.16 | 0.8 | 0.18 |
| Hex | 9 | 53 | 3D | 59 | 0 | 1B | 43 | A2 | 50 | 12 |
| Octal | 11 | 123 | 75 | 131 | 0 | 33 | 103 | 242 | 120 | 22 |
| Binary | 1001 | 1010011 | 111101 | 1011001 | 0 | 11011 | 1000011 | 10100010 | 1010000 | 10010 |
Color Harmonies of #09533D
Complementary color
Monochromatic Colors of #09533D
Black with #09533D
Text Example
Text Example
White with #09533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09533D; }
p { color: rgb(9,83,61); }
H1.HeaderClassName
{
color: #09533D;
}
.AnyTagClassName
{
color: #09533D;
}
</style>
background-color css
<style>
a { background-color: #09533D; }
a { background-color: rgb(9,83,61); }
div.DivClassName
{
background-color: #09533D;
}
.BgClassName
{
background-color: #09533D;
}
</style>
border-color css
<style>
span { border-color: #09533D; }
span { border-color: rgb(9,83,61); }
td.TdClassName
{
border-color: #09533D;
}
.TagClassName
{
border-color: #09533D;
}
</style>