Shades of Deep Teal #0A4336
Tints of Deep Teal #0A4336
RGB
CMYK
RGB Variations
Color information
#0A4336 (or 0x0A4336) is known color: Deep Teal. HEX triplet: 0A, 43 and 36. RGB value is (10,67,54). Sum of RGB (Red+Green+Blue) = 10+67+54=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4336 is #F5BCC9. Grayscale: #303030. Windows color (decimal): -16104650 or 3556106. OLE color: 3556106.
HSL color Cylindrical-coordinate representation of color #0A4336: hue angle of 166.32º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4336 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 67 | 54 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.74 |
| HSL | 166.32º | 0.74% | 0.15% | - |
| HSV(B) | 166.32º | 0.85% | 0.26% | - |
| XYZ | 2.8 | 4.35 | 4.18 | - |
| YUV | 48.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 54 | 0.85 | 0 | 0.19 | 0.74 | 166.32 | 0.74 | 0.15 |
| Hex | A | 43 | 36 | 55 | 0 | 13 | 4A | A6 | 4A | F |
| Octal | 12 | 103 | 66 | 125 | 0 | 23 | 112 | 246 | 112 | 17 |
| Binary | 1010 | 1000011 | 110110 | 1010101 | 0 | 10011 | 1001010 | 10100110 | 1001010 | 1111 |
Color Harmonies of #0A4336
Complementary color
Monochromatic Colors of #0A4336
Black with #0A4336
Text Example
Text Example
White with #0A4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4336; }
p { color: rgb(10,67,54); }
H1.HeaderClassName
{
color: #0A4336;
}
.AnyTagClassName
{
color: #0A4336;
}
</style>
background-color css
<style>
a { background-color: #0A4336; }
a { background-color: rgb(10,67,54); }
div.DivClassName
{
background-color: #0A4336;
}
.BgClassName
{
background-color: #0A4336;
}
</style>
border-color css
<style>
span { border-color: #0A4336; }
span { border-color: rgb(10,67,54); }
td.TdClassName
{
border-color: #0A4336;
}
.TagClassName
{
border-color: #0A4336;
}
</style>