Shades of Deep Teal #0A503C
Tints of Deep Teal #0A503C
RGB
CMYK
RGB Variations
Color information
#0A503C (or 0x0A503C) is known color: Deep Teal. HEX triplet: 0A, 50 and 3C. RGB value is (10,80,60). Sum of RGB (Red+Green+Blue) = 10+80+60=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #0A503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A503C is #F5AFC3. Grayscale: #383838. Windows color (decimal): -16101316 or 3952650. OLE color: 3952650.
HSL color Cylindrical-coordinate representation of color #0A503C: hue angle of 162.86º 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 #0A503C is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 60 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.69 |
| HSL | 162.86º | 0.78% | 0.18% | - |
| HSV(B) | 162.86º | 0.88% | 0.31% | - |
| XYZ | 3.81 | 6.13 | 5.26 | - |
| YUV | 56.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 60 | 0.87 | 0 | 0.25 | 0.69 | 162.86 | 0.78 | 0.18 |
| Hex | A | 50 | 3C | 57 | 0 | 19 | 45 | A3 | 4E | 12 |
| Octal | 12 | 120 | 74 | 127 | 0 | 31 | 105 | 243 | 116 | 22 |
| Binary | 1010 | 1010000 | 111100 | 1010111 | 0 | 11001 | 1000101 | 10100011 | 1001110 | 10010 |
Color Harmonies of #0A503C
Complementary color
Monochromatic Colors of #0A503C
Black with #0A503C
Text Example
Text Example
White with #0A503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A503C; }
p { color: rgb(10,80,60); }
H1.HeaderClassName
{
color: #0A503C;
}
.AnyTagClassName
{
color: #0A503C;
}
</style>
background-color css
<style>
a { background-color: #0A503C; }
a { background-color: rgb(10,80,60); }
div.DivClassName
{
background-color: #0A503C;
}
.BgClassName
{
background-color: #0A503C;
}
</style>
border-color css
<style>
span { border-color: #0A503C; }
span { border-color: rgb(10,80,60); }
td.TdClassName
{
border-color: #0A503C;
}
.TagClassName
{
border-color: #0A503C;
}
</style>