Shades of Deep Teal #09523D
Tints of Deep Teal #09523D
RGB
CMYK
RGB Variations
Color information
#09523D (or 0x09523D) is known color: Deep Teal. HEX triplet: 09, 52 and 3D. RGB value is (9,82,61). Sum of RGB (Red+Green+Blue) = 9+82+61=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #09523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09523D is #F6ADC2. Grayscale: #393939. Windows color (decimal): -16166339 or 4018697. OLE color: 4018697.
HSL color Cylindrical-coordinate representation of color #09523D: hue angle of 162.74º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09523D is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 61 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.68 |
| HSL | 162.74º | 0.8% | 0.18% | - |
| HSV(B) | 162.74º | 0.89% | 0.32% | - |
| XYZ | 3.97 | 6.43 | 5.45 | - |
| YUV | 57.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 61 | 0.89 | 0 | 0.26 | 0.68 | 162.74 | 0.8 | 0.18 |
| Hex | 9 | 52 | 3D | 59 | 0 | 1A | 44 | A3 | 50 | 12 |
| Octal | 11 | 122 | 75 | 131 | 0 | 32 | 104 | 243 | 120 | 22 |
| Binary | 1001 | 1010010 | 111101 | 1011001 | 0 | 11010 | 1000100 | 10100011 | 1010000 | 10010 |
Color Harmonies of #09523D
Complementary color
Monochromatic Colors of #09523D
Black with #09523D
Text Example
Text Example
White with #09523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09523D; }
p { color: rgb(9,82,61); }
H1.HeaderClassName
{
color: #09523D;
}
.AnyTagClassName
{
color: #09523D;
}
</style>
background-color css
<style>
a { background-color: #09523D; }
a { background-color: rgb(9,82,61); }
div.DivClassName
{
background-color: #09523D;
}
.BgClassName
{
background-color: #09523D;
}
</style>
border-color css
<style>
span { border-color: #09523D; }
span { border-color: rgb(9,82,61); }
td.TdClassName
{
border-color: #09523D;
}
.TagClassName
{
border-color: #09523D;
}
</style>