Shades of Deep Teal #0A513D
Tints of Deep Teal #0A513D
RGB
CMYK
RGB Variations
Color information
#0A513D (or 0x0A513D) is known color: Deep Teal. HEX triplet: 0A, 51 and 3D. RGB value is (10,81,61). Sum of RGB (Red+Green+Blue) = 10+81+61=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #0A513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A513D is #F5AEC2. Grayscale: #393939. Windows color (decimal): -16101059 or 4018442. OLE color: 4018442.
HSL color Cylindrical-coordinate representation of color #0A513D: hue angle of 163.1º 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 #0A513D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 81 | 61 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.68 |
| HSL | 163.1º | 0.78% | 0.18% | - |
| HSV(B) | 163.1º | 0.88% | 0.32% | - |
| XYZ | 3.91 | 6.29 | 5.42 | - |
| YUV | 57.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 61 | 0.88 | 0 | 0.25 | 0.68 | 163.1 | 0.78 | 0.18 |
| Hex | A | 51 | 3D | 58 | 0 | 19 | 44 | A3 | 4E | 12 |
| Octal | 12 | 121 | 75 | 130 | 0 | 31 | 104 | 243 | 116 | 22 |
| Binary | 1010 | 1010001 | 111101 | 1011000 | 0 | 11001 | 1000100 | 10100011 | 1001110 | 10010 |
Color Harmonies of #0A513D
Complementary color
Monochromatic Colors of #0A513D
Black with #0A513D
Text Example
Text Example
White with #0A513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A513D; }
p { color: rgb(10,81,61); }
H1.HeaderClassName
{
color: #0A513D;
}
.AnyTagClassName
{
color: #0A513D;
}
</style>
background-color css
<style>
a { background-color: #0A513D; }
a { background-color: rgb(10,81,61); }
div.DivClassName
{
background-color: #0A513D;
}
.BgClassName
{
background-color: #0A513D;
}
</style>
border-color css
<style>
span { border-color: #0A513D; }
span { border-color: rgb(10,81,61); }
td.TdClassName
{
border-color: #0A513D;
}
.TagClassName
{
border-color: #0A513D;
}
</style>