Shades of Deep Teal #0A4236
Tints of Deep Teal #0A4236
RGB
CMYK
RGB Variations
Color information
#0A4236 (or 0x0A4236) is known color: Deep Teal. HEX triplet: 0A, 42 and 36. RGB value is (10,66,54). Sum of RGB (Red+Green+Blue) = 10+66+54=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4236 is #F5BDC9. Grayscale: #2F2F2F. Windows color (decimal): -16104906 or 3555850. OLE color: 3555850.
HSL color Cylindrical-coordinate representation of color #0A4236: hue angle of 167.14º 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 #0A4236 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 54 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.74 |
| HSL | 167.14º | 0.74% | 0.15% | - |
| HSV(B) | 167.14º | 0.85% | 0.26% | - |
| XYZ | 2.74 | 4.23 | 4.16 | - |
| YUV | 47.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 54 | 0.85 | 0 | 0.18 | 0.74 | 167.14 | 0.74 | 0.15 |
| Hex | A | 42 | 36 | 55 | 0 | 12 | 4A | A7 | 4A | F |
| Octal | 12 | 102 | 66 | 125 | 0 | 22 | 112 | 247 | 112 | 17 |
| Binary | 1010 | 1000010 | 110110 | 1010101 | 0 | 10010 | 1001010 | 10100111 | 1001010 | 1111 |
Color Harmonies of #0A4236
Complementary color
Monochromatic Colors of #0A4236
Black with #0A4236
Text Example
Text Example
White with #0A4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4236; }
p { color: rgb(10,66,54); }
H1.HeaderClassName
{
color: #0A4236;
}
.AnyTagClassName
{
color: #0A4236;
}
</style>
background-color css
<style>
a { background-color: #0A4236; }
a { background-color: rgb(10,66,54); }
div.DivClassName
{
background-color: #0A4236;
}
.BgClassName
{
background-color: #0A4236;
}
</style>
border-color css
<style>
span { border-color: #0A4236; }
span { border-color: rgb(10,66,54); }
td.TdClassName
{
border-color: #0A4236;
}
.TagClassName
{
border-color: #0A4236;
}
</style>