Shades of Deep Teal #06513F
Tints of Deep Teal #06513F
RGB
CMYK
RGB Variations
Color information
#06513F (or 0x06513F) is known color: Deep Teal. HEX triplet: 06, 51 and 3F. RGB value is (6,81,63). Sum of RGB (Red+Green+Blue) = 6+81+63=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #06513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06513F is #F9AEC0. Grayscale: #383838. Windows color (decimal): -16363201 or 4149510. OLE color: 4149510.
HSL color Cylindrical-coordinate representation of color #06513F: hue angle of 165.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06513F is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 63 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.68 |
| HSL | 165.6º | 0.86% | 0.17% | - |
| HSV(B) | 165.6º | 0.93% | 0.32% | - |
| XYZ | 3.91 | 6.28 | 5.71 | - |
| YUV | 56.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 63 | 0.93 | 0 | 0.22 | 0.68 | 165.6 | 0.86 | 0.17 |
| Hex | 6 | 51 | 3F | 5D | 0 | 16 | 44 | A6 | 56 | 11 |
| Octal | 6 | 121 | 77 | 135 | 0 | 26 | 104 | 246 | 126 | 21 |
| Binary | 110 | 1010001 | 111111 | 1011101 | 0 | 10110 | 1000100 | 10100110 | 1010110 | 10001 |
Color Harmonies of #06513F
Complementary color
Monochromatic Colors of #06513F
Black with #06513F
Text Example
Text Example
White with #06513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06513F; }
p { color: rgb(6,81,63); }
H1.HeaderClassName
{
color: #06513F;
}
.AnyTagClassName
{
color: #06513F;
}
</style>
background-color css
<style>
a { background-color: #06513F; }
a { background-color: rgb(6,81,63); }
div.DivClassName
{
background-color: #06513F;
}
.BgClassName
{
background-color: #06513F;
}
</style>
border-color css
<style>
span { border-color: #06513F; }
span { border-color: rgb(6,81,63); }
td.TdClassName
{
border-color: #06513F;
}
.TagClassName
{
border-color: #06513F;
}
</style>