Shades of Deep Teal #0A503D
Tints of Deep Teal #0A503D
RGB
CMYK
RGB Variations
Color information
#0A503D (or 0x0A503D) is known color: Deep Teal. HEX triplet: 0A, 50 and 3D. RGB value is (10,80,61). Sum of RGB (Red+Green+Blue) = 10+80+61=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #0A503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A503D is #F5AFC2. Grayscale: #383838. Windows color (decimal): -16101315 or 4018186. OLE color: 4018186.
HSL color Cylindrical-coordinate representation of color #0A503D: hue angle of 163.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A503D is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 61 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.69 |
| HSL | 163.71º | 0.78% | 0.18% | - |
| HSV(B) | 163.71º | 0.88% | 0.31% | - |
| XYZ | 3.84 | 6.14 | 5.4 | - |
| YUV | 56.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 61 | 0.87 | 0 | 0.24 | 0.69 | 163.71 | 0.78 | 0.18 |
| Hex | A | 50 | 3D | 57 | 0 | 18 | 45 | A4 | 4E | 12 |
| Octal | 12 | 120 | 75 | 127 | 0 | 30 | 105 | 244 | 116 | 22 |
| Binary | 1010 | 1010000 | 111101 | 1010111 | 0 | 11000 | 1000101 | 10100100 | 1001110 | 10010 |
Color Harmonies of #0A503D
Complementary color
Monochromatic Colors of #0A503D
Black with #0A503D
Text Example
Text Example
White with #0A503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A503D; }
p { color: rgb(10,80,61); }
H1.HeaderClassName
{
color: #0A503D;
}
.AnyTagClassName
{
color: #0A503D;
}
</style>
background-color css
<style>
a { background-color: #0A503D; }
a { background-color: rgb(10,80,61); }
div.DivClassName
{
background-color: #0A503D;
}
.BgClassName
{
background-color: #0A503D;
}
</style>
border-color css
<style>
span { border-color: #0A503D; }
span { border-color: rgb(10,80,61); }
td.TdClassName
{
border-color: #0A503D;
}
.TagClassName
{
border-color: #0A503D;
}
</style>