Shades of Deep Teal #0A5240
Tints of Deep Teal #0A5240
RGB
CMYK
RGB Variations
Color information
#0A5240 (or 0x0A5240) is known color: Deep Teal. HEX triplet: 0A, 52 and 40. RGB value is (10,82,64). Sum of RGB (Red+Green+Blue) = 10+82+64=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5240 is #F5ADBF. Grayscale: #3A3A3A. Windows color (decimal): -16100800 or 4215306. OLE color: 4215306.
HSL color Cylindrical-coordinate representation of color #0A5240: hue angle of 165º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5240 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 64 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.68 |
| HSL | 165º | 0.78% | 0.18% | - |
| HSV(B) | 165º | 0.88% | 0.32% | - |
| XYZ | 4.07 | 6.47 | 5.88 | - |
| YUV | 58.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 64 | 0.88 | 0 | 0.22 | 0.68 | 165 | 0.78 | 0.18 |
| Hex | A | 52 | 40 | 58 | 0 | 16 | 44 | A5 | 4E | 12 |
| Octal | 12 | 122 | 100 | 130 | 0 | 26 | 104 | 245 | 116 | 22 |
| Binary | 1010 | 1010010 | 1000000 | 1011000 | 0 | 10110 | 1000100 | 10100101 | 1001110 | 10010 |
Color Harmonies of #0A5240
Complementary color
Monochromatic Colors of #0A5240
Black with #0A5240
Text Example
Text Example
White with #0A5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5240; }
p { color: rgb(10,82,64); }
H1.HeaderClassName
{
color: #0A5240;
}
.AnyTagClassName
{
color: #0A5240;
}
</style>
background-color css
<style>
a { background-color: #0A5240; }
a { background-color: rgb(10,82,64); }
div.DivClassName
{
background-color: #0A5240;
}
.BgClassName
{
background-color: #0A5240;
}
</style>
border-color css
<style>
span { border-color: #0A5240; }
span { border-color: rgb(10,82,64); }
td.TdClassName
{
border-color: #0A5240;
}
.TagClassName
{
border-color: #0A5240;
}
</style>