Shades of Deep Teal #0A4F3E
Tints of Deep Teal #0A4F3E
RGB
CMYK
RGB Variations
Color information
#0A4F3E (or 0x0A4F3E) is known color: Deep Teal. HEX triplet: 0A, 4F and 3E. RGB value is (10,79,62). Sum of RGB (Red+Green+Blue) = 10+79+62=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #0A4F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4F3E is #F5B0C1. Grayscale: #383838. Windows color (decimal): -16101570 or 4083466. OLE color: 4083466.
HSL color Cylindrical-coordinate representation of color #0A4F3E: hue angle of 165.22º degrees, saturation: 0.78, 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 #0A4F3E is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 79 | 62 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.69 |
| HSL | 165.22º | 0.78% | 0.17% | - |
| HSV(B) | 165.22º | 0.87% | 0.31% | - |
| XYZ | 3.79 | 6 | 5.52 | - |
| YUV | 56.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 79 | 62 | 0.87 | 0 | 0.22 | 0.69 | 165.22 | 0.78 | 0.17 |
| Hex | A | 4F | 3E | 57 | 0 | 16 | 45 | A5 | 4E | 11 |
| Octal | 12 | 117 | 76 | 127 | 0 | 26 | 105 | 245 | 116 | 21 |
| Binary | 1010 | 1001111 | 111110 | 1010111 | 0 | 10110 | 1000101 | 10100101 | 1001110 | 10001 |
Color Harmonies of #0A4F3E
Complementary color
Monochromatic Colors of #0A4F3E
Black with #0A4F3E
Text Example
Text Example
White with #0A4F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4F3E; }
p { color: rgb(10,79,62); }
H1.HeaderClassName
{
color: #0A4F3E;
}
.AnyTagClassName
{
color: #0A4F3E;
}
</style>
background-color css
<style>
a { background-color: #0A4F3E; }
a { background-color: rgb(10,79,62); }
div.DivClassName
{
background-color: #0A4F3E;
}
.BgClassName
{
background-color: #0A4F3E;
}
</style>
border-color css
<style>
span { border-color: #0A4F3E; }
span { border-color: rgb(10,79,62); }
td.TdClassName
{
border-color: #0A4F3E;
}
.TagClassName
{
border-color: #0A4F3E;
}
</style>