Shades of Deep Teal #0A4134
Tints of Deep Teal #0A4134
RGB
CMYK
RGB Variations
Color information
#0A4134 (or 0x0A4134) is known color: Deep Teal. HEX triplet: 0A, 41 and 34. RGB value is (10,65,52). Sum of RGB (Red+Green+Blue) = 10+65+52=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4134 is #F5BECB. Grayscale: #2F2F2F. Windows color (decimal): -16105164 or 3424522. OLE color: 3424522.
HSL color Cylindrical-coordinate representation of color #0A4134: hue angle of 165.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4134 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 52 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.75 |
| HSL | 165.82º | 0.73% | 0.15% | - |
| HSV(B) | 165.82º | 0.85% | 0.25% | - |
| XYZ | 2.64 | 4.09 | 3.9 | - |
| YUV | 47.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 52 | 0.85 | 0 | 0.20 | 0.75 | 165.82 | 0.73 | 0.15 |
| Hex | A | 41 | 34 | 55 | 0 | 14 | 4B | A6 | 49 | F |
| Octal | 12 | 101 | 64 | 125 | 0 | 24 | 113 | 246 | 111 | 17 |
| Binary | 1010 | 1000001 | 110100 | 1010101 | 0 | 10100 | 1001011 | 10100110 | 1001001 | 1111 |
Color Harmonies of #0A4134
Complementary color
Monochromatic Colors of #0A4134
Black with #0A4134
Text Example
Text Example
White with #0A4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4134; }
p { color: rgb(10,65,52); }
H1.HeaderClassName
{
color: #0A4134;
}
.AnyTagClassName
{
color: #0A4134;
}
</style>
background-color css
<style>
a { background-color: #0A4134; }
a { background-color: rgb(10,65,52); }
div.DivClassName
{
background-color: #0A4134;
}
.BgClassName
{
background-color: #0A4134;
}
</style>
border-color css
<style>
span { border-color: #0A4134; }
span { border-color: rgb(10,65,52); }
td.TdClassName
{
border-color: #0A4134;
}
.TagClassName
{
border-color: #0A4134;
}
</style>