Shades of Deep Teal #09523F
Tints of Deep Teal #09523F
RGB
CMYK
RGB Variations
Color information
#09523F (or 0x09523F) is known color: Deep Teal. HEX triplet: 09, 52 and 3F. RGB value is (9,82,63). Sum of RGB (Red+Green+Blue) = 9+82+63=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #09523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09523F is #F6ADC0. Grayscale: #3A3A3A. Windows color (decimal): -16166337 or 4149769. OLE color: 4149769.
HSL color Cylindrical-coordinate representation of color #09523F: hue angle of 164.38º 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 #09523F is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 63 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.68 |
| HSL | 164.38º | 0.8% | 0.18% | - |
| HSV(B) | 164.38º | 0.89% | 0.32% | - |
| XYZ | 4.03 | 6.45 | 5.74 | - |
| YUV | 58.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 63 | 0.89 | 0 | 0.23 | 0.68 | 164.38 | 0.8 | 0.18 |
| Hex | 9 | 52 | 3F | 59 | 0 | 17 | 44 | A4 | 50 | 12 |
| Octal | 11 | 122 | 77 | 131 | 0 | 27 | 104 | 244 | 120 | 22 |
| Binary | 1001 | 1010010 | 111111 | 1011001 | 0 | 10111 | 1000100 | 10100100 | 1010000 | 10010 |
Color Harmonies of #09523F
Complementary color
Monochromatic Colors of #09523F
Black with #09523F
Text Example
Text Example
White with #09523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09523F; }
p { color: rgb(9,82,63); }
H1.HeaderClassName
{
color: #09523F;
}
.AnyTagClassName
{
color: #09523F;
}
</style>
background-color css
<style>
a { background-color: #09523F; }
a { background-color: rgb(9,82,63); }
div.DivClassName
{
background-color: #09523F;
}
.BgClassName
{
background-color: #09523F;
}
</style>
border-color css
<style>
span { border-color: #09523F; }
span { border-color: rgb(9,82,63); }
td.TdClassName
{
border-color: #09523F;
}
.TagClassName
{
border-color: #09523F;
}
</style>