Shades of Deep Teal #0A4C3A
Tints of Deep Teal #0A4C3A
RGB
CMYK
RGB Variations
Color information
#0A4C3A (or 0x0A4C3A) is known color: Deep Teal. HEX triplet: 0A, 4C and 3A. RGB value is (10,76,58). Sum of RGB (Red+Green+Blue) = 10+76+58=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #0A4C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4C3A is #F5B3C5. Grayscale: #363636. Windows color (decimal): -16102342 or 3820554. OLE color: 3820554.
HSL color Cylindrical-coordinate representation of color #0A4C3A: hue angle of 163.64º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4C3A is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 76 | 58 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.70 |
| HSL | 163.64º | 0.77% | 0.17% | - |
| HSV(B) | 163.64º | 0.87% | 0.3% | - |
| XYZ | 3.47 | 5.54 | 4.89 | - |
| YUV | 54.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 76 | 58 | 0.87 | 0 | 0.24 | 0.70 | 163.64 | 0.77 | 0.17 |
| Hex | A | 4C | 3A | 57 | 0 | 18 | 46 | A4 | 4D | 11 |
| Octal | 12 | 114 | 72 | 127 | 0 | 30 | 106 | 244 | 115 | 21 |
| Binary | 1010 | 1001100 | 111010 | 1010111 | 0 | 11000 | 1000110 | 10100100 | 1001101 | 10001 |
Color Harmonies of #0A4C3A
Complementary color
Monochromatic Colors of #0A4C3A
Black with #0A4C3A
Text Example
Text Example
White with #0A4C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4C3A; }
p { color: rgb(10,76,58); }
H1.HeaderClassName
{
color: #0A4C3A;
}
.AnyTagClassName
{
color: #0A4C3A;
}
</style>
background-color css
<style>
a { background-color: #0A4C3A; }
a { background-color: rgb(10,76,58); }
div.DivClassName
{
background-color: #0A4C3A;
}
.BgClassName
{
background-color: #0A4C3A;
}
</style>
border-color css
<style>
span { border-color: #0A4C3A; }
span { border-color: rgb(10,76,58); }
td.TdClassName
{
border-color: #0A4C3A;
}
.TagClassName
{
border-color: #0A4C3A;
}
</style>