Shades of Deep Teal #0A493E
Tints of Deep Teal #0A493E
RGB
CMYK
RGB Variations
Color information
#0A493E (or 0x0A493E) is known color: Deep Teal. HEX triplet: 0A, 49 and 3E. RGB value is (10,73,62). Sum of RGB (Red+Green+Blue) = 10+73+62=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #0A493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A493E is #F5B6C1. Grayscale: #343434. Windows color (decimal): -16103106 or 4081930. OLE color: 4081930.
HSL color Cylindrical-coordinate representation of color #0A493E: hue angle of 169.52º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A493E is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 62 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.71 |
| HSL | 169.52º | 0.76% | 0.16% | - |
| HSV(B) | 169.52º | 0.86% | 0.29% | - |
| XYZ | 3.38 | 5.18 | 5.38 | - |
| YUV | 52.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 62 | 0.86 | 0 | 0.15 | 0.71 | 169.52 | 0.76 | 0.16 |
| Hex | A | 49 | 3E | 56 | 0 | F | 47 | AA | 4C | 10 |
| Octal | 12 | 111 | 76 | 126 | 0 | 17 | 107 | 252 | 114 | 20 |
| Binary | 1010 | 1001001 | 111110 | 1010110 | 0 | 1111 | 1000111 | 10101010 | 1001100 | 10000 |
Color Harmonies of #0A493E
Complementary color
Monochromatic Colors of #0A493E
Black with #0A493E
Text Example
Text Example
White with #0A493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A493E; }
p { color: rgb(10,73,62); }
H1.HeaderClassName
{
color: #0A493E;
}
.AnyTagClassName
{
color: #0A493E;
}
</style>
background-color css
<style>
a { background-color: #0A493E; }
a { background-color: rgb(10,73,62); }
div.DivClassName
{
background-color: #0A493E;
}
.BgClassName
{
background-color: #0A493E;
}
</style>
border-color css
<style>
span { border-color: #0A493E; }
span { border-color: rgb(10,73,62); }
td.TdClassName
{
border-color: #0A493E;
}
.TagClassName
{
border-color: #0A493E;
}
</style>