Shades of Deep Teal #0A4E3B
Tints of Deep Teal #0A4E3B
RGB
CMYK
RGB Variations
Color information
#0A4E3B (or 0x0A4E3B) is known color: Deep Teal. HEX triplet: 0A, 4E and 3B. RGB value is (10,78,59). Sum of RGB (Red+Green+Blue) = 10+78+59=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4E3B is #F5B1C4. Grayscale: #373737. Windows color (decimal): -16101829 or 3886602. OLE color: 3886602.
HSL color Cylindrical-coordinate representation of color #0A4E3B: hue angle of 163.24º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4E3B is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 78 | 59 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.69 |
| HSL | 163.24º | 0.77% | 0.17% | - |
| HSV(B) | 163.24º | 0.87% | 0.31% | - |
| XYZ | 3.64 | 5.83 | 5.07 | - |
| YUV | 55.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 59 | 0.87 | 0 | 0.24 | 0.69 | 163.24 | 0.77 | 0.17 |
| Hex | A | 4E | 3B | 57 | 0 | 18 | 45 | A3 | 4D | 11 |
| Octal | 12 | 116 | 73 | 127 | 0 | 30 | 105 | 243 | 115 | 21 |
| Binary | 1010 | 1001110 | 111011 | 1010111 | 0 | 11000 | 1000101 | 10100011 | 1001101 | 10001 |
Color Harmonies of #0A4E3B
Complementary color
Monochromatic Colors of #0A4E3B
Black with #0A4E3B
Text Example
Text Example
White with #0A4E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E3B; }
p { color: rgb(10,78,59); }
H1.HeaderClassName
{
color: #0A4E3B;
}
.AnyTagClassName
{
color: #0A4E3B;
}
</style>
background-color css
<style>
a { background-color: #0A4E3B; }
a { background-color: rgb(10,78,59); }
div.DivClassName
{
background-color: #0A4E3B;
}
.BgClassName
{
background-color: #0A4E3B;
}
</style>
border-color css
<style>
span { border-color: #0A4E3B; }
span { border-color: rgb(10,78,59); }
td.TdClassName
{
border-color: #0A4E3B;
}
.TagClassName
{
border-color: #0A4E3B;
}
</style>