Shades of Deep Teal #0A4738
Tints of Deep Teal #0A4738
RGB
CMYK
RGB Variations
Color information
#0A4738 (or 0x0A4738) is known color: Deep Teal. HEX triplet: 0A, 47 and 38. RGB value is (10,71,56). Sum of RGB (Red+Green+Blue) = 10+71+56=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4738 is #F5B8C7. Grayscale: #333333. Windows color (decimal): -16103624 or 3688202. OLE color: 3688202.
HSL color Cylindrical-coordinate representation of color #0A4738: hue angle of 165.25º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4738 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 56 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.72 |
| HSL | 165.25º | 0.75% | 0.16% | - |
| HSV(B) | 165.25º | 0.86% | 0.28% | - |
| XYZ | 3.09 | 4.86 | 4.52 | - |
| YUV | 51.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 56 | 0.86 | 0 | 0.21 | 0.72 | 165.25 | 0.75 | 0.16 |
| Hex | A | 47 | 38 | 56 | 0 | 15 | 48 | A5 | 4B | 10 |
| Octal | 12 | 107 | 70 | 126 | 0 | 25 | 110 | 245 | 113 | 20 |
| Binary | 1010 | 1000111 | 111000 | 1010110 | 0 | 10101 | 1001000 | 10100101 | 1001011 | 10000 |
Color Harmonies of #0A4738
Complementary color
Monochromatic Colors of #0A4738
Black with #0A4738
Text Example
Text Example
White with #0A4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4738; }
p { color: rgb(10,71,56); }
H1.HeaderClassName
{
color: #0A4738;
}
.AnyTagClassName
{
color: #0A4738;
}
</style>
background-color css
<style>
a { background-color: #0A4738; }
a { background-color: rgb(10,71,56); }
div.DivClassName
{
background-color: #0A4738;
}
.BgClassName
{
background-color: #0A4738;
}
</style>
border-color css
<style>
span { border-color: #0A4738; }
span { border-color: rgb(10,71,56); }
td.TdClassName
{
border-color: #0A4738;
}
.TagClassName
{
border-color: #0A4738;
}
</style>