Shades of Deep Teal #0A543E
Tints of Deep Teal #0A543E
RGB
CMYK
RGB Variations
Color information
#0A543E (or 0x0A543E) is known color: Deep Teal. HEX triplet: 0A, 54 and 3E. RGB value is (10,84,62). Sum of RGB (Red+Green+Blue) = 10+84+62=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #0A543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A543E is #F5ABC1. Grayscale: #3B3B3B. Windows color (decimal): -16100290 or 4084746. OLE color: 4084746.
HSL color Cylindrical-coordinate representation of color #0A543E: hue angle of 162.16º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A543E is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 84 | 62 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.67 |
| HSL | 162.16º | 0.79% | 0.18% | - |
| HSV(B) | 162.16º | 0.88% | 0.33% | - |
| XYZ | 4.17 | 6.75 | 5.64 | - |
| YUV | 59.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 62 | 0.88 | 0 | 0.26 | 0.67 | 162.16 | 0.79 | 0.18 |
| Hex | A | 54 | 3E | 58 | 0 | 1A | 43 | A2 | 4F | 12 |
| Octal | 12 | 124 | 76 | 130 | 0 | 32 | 103 | 242 | 117 | 22 |
| Binary | 1010 | 1010100 | 111110 | 1011000 | 0 | 11010 | 1000011 | 10100010 | 1001111 | 10010 |
Color Harmonies of #0A543E
Complementary color
Monochromatic Colors of #0A543E
Black with #0A543E
Text Example
Text Example
White with #0A543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A543E; }
p { color: rgb(10,84,62); }
H1.HeaderClassName
{
color: #0A543E;
}
.AnyTagClassName
{
color: #0A543E;
}
</style>
background-color css
<style>
a { background-color: #0A543E; }
a { background-color: rgb(10,84,62); }
div.DivClassName
{
background-color: #0A543E;
}
.BgClassName
{
background-color: #0A543E;
}
</style>
border-color css
<style>
span { border-color: #0A543E; }
span { border-color: rgb(10,84,62); }
td.TdClassName
{
border-color: #0A543E;
}
.TagClassName
{
border-color: #0A543E;
}
</style>