Shades of Deep Teal #0A4635
Tints of Deep Teal #0A4635
RGB
CMYK
RGB Variations
Color information
#0A4635 (or 0x0A4635) is known color: Deep Teal. HEX triplet: 0A, 46 and 35. RGB value is (10,70,53). Sum of RGB (Red+Green+Blue) = 10+70+53=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #0A4635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4635 is #F5B9CA. Grayscale: #323232. Windows color (decimal): -16103883 or 3491338. OLE color: 3491338.
HSL color Cylindrical-coordinate representation of color #0A4635: hue angle of 163º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4635 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 70 | 53 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.73 |
| HSL | 163º | 0.75% | 0.16% | - |
| HSV(B) | 163º | 0.86% | 0.27% | - |
| XYZ | 2.96 | 4.7 | 4.12 | - |
| YUV | 50.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 53 | 0.86 | 0 | 0.24 | 0.73 | 163 | 0.75 | 0.16 |
| Hex | A | 46 | 35 | 56 | 0 | 18 | 49 | A3 | 4B | 10 |
| Octal | 12 | 106 | 65 | 126 | 0 | 30 | 111 | 243 | 113 | 20 |
| Binary | 1010 | 1000110 | 110101 | 1010110 | 0 | 11000 | 1001001 | 10100011 | 1001011 | 10000 |
Color Harmonies of #0A4635
Complementary color
Monochromatic Colors of #0A4635
Black with #0A4635
Text Example
Text Example
White with #0A4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4635; }
p { color: rgb(10,70,53); }
H1.HeaderClassName
{
color: #0A4635;
}
.AnyTagClassName
{
color: #0A4635;
}
</style>
background-color css
<style>
a { background-color: #0A4635; }
a { background-color: rgb(10,70,53); }
div.DivClassName
{
background-color: #0A4635;
}
.BgClassName
{
background-color: #0A4635;
}
</style>
border-color css
<style>
span { border-color: #0A4635; }
span { border-color: rgb(10,70,53); }
td.TdClassName
{
border-color: #0A4635;
}
.TagClassName
{
border-color: #0A4635;
}
</style>