Shades of Deep Teal #09513C
Tints of Deep Teal #09513C
RGB
CMYK
RGB Variations
Color information
#09513C (or 0x09513C) is known color: Deep Teal. HEX triplet: 09, 51 and 3C. RGB value is (9,81,60). Sum of RGB (Red+Green+Blue) = 9+81+60=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #09513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09513C is #F6AEC3. Grayscale: #393939. Windows color (decimal): -16166596 or 3952905. OLE color: 3952905.
HSL color Cylindrical-coordinate representation of color #09513C: hue angle of 162.5º 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 #09513C is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 60 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.68 |
| HSL | 162.5º | 0.8% | 0.18% | - |
| HSV(B) | 162.5º | 0.89% | 0.32% | - |
| XYZ | 3.87 | 6.27 | 5.28 | - |
| YUV | 57.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 60 | 0.89 | 0 | 0.26 | 0.68 | 162.5 | 0.8 | 0.18 |
| Hex | 9 | 51 | 3C | 59 | 0 | 1A | 44 | A2 | 50 | 12 |
| Octal | 11 | 121 | 74 | 131 | 0 | 32 | 104 | 242 | 120 | 22 |
| Binary | 1001 | 1010001 | 111100 | 1011001 | 0 | 11010 | 1000100 | 10100010 | 1010000 | 10010 |
Color Harmonies of #09513C
Complementary color
Monochromatic Colors of #09513C
Black with #09513C
Text Example
Text Example
White with #09513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09513C; }
p { color: rgb(9,81,60); }
H1.HeaderClassName
{
color: #09513C;
}
.AnyTagClassName
{
color: #09513C;
}
</style>
background-color css
<style>
a { background-color: #09513C; }
a { background-color: rgb(9,81,60); }
div.DivClassName
{
background-color: #09513C;
}
.BgClassName
{
background-color: #09513C;
}
</style>
border-color css
<style>
span { border-color: #09513C; }
span { border-color: rgb(9,81,60); }
td.TdClassName
{
border-color: #09513C;
}
.TagClassName
{
border-color: #09513C;
}
</style>