Shades of Deep Teal #06503D
Tints of Deep Teal #06503D
RGB
CMYK
RGB Variations
Color information
#06503D (or 0x06503D) is known color: Deep Teal. HEX triplet: 06, 50 and 3D. RGB value is (6,80,61). Sum of RGB (Red+Green+Blue) = 6+80+61=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #06503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06503D is #F9AFC2. Grayscale: #373737. Windows color (decimal): -16363459 or 4018182. OLE color: 4018182.
HSL color Cylindrical-coordinate representation of color #06503D: hue angle of 164.59º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06503D is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 80 | 61 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.69 |
| HSL | 164.59º | 0.86% | 0.17% | - |
| HSV(B) | 164.59º | 0.93% | 0.31% | - |
| XYZ | 3.79 | 6.11 | 5.4 | - |
| YUV | 55.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 61 | 0.92 | 0 | 0.24 | 0.69 | 164.59 | 0.86 | 0.17 |
| Hex | 6 | 50 | 3D | 5C | 0 | 18 | 45 | A5 | 56 | 11 |
| Octal | 6 | 120 | 75 | 134 | 0 | 30 | 105 | 245 | 126 | 21 |
| Binary | 110 | 1010000 | 111101 | 1011100 | 0 | 11000 | 1000101 | 10100101 | 1010110 | 10001 |
Color Harmonies of #06503D
Complementary color
Monochromatic Colors of #06503D
Black with #06503D
Text Example
Text Example
White with #06503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06503D; }
p { color: rgb(6,80,61); }
H1.HeaderClassName
{
color: #06503D;
}
.AnyTagClassName
{
color: #06503D;
}
</style>
background-color css
<style>
a { background-color: #06503D; }
a { background-color: rgb(6,80,61); }
div.DivClassName
{
background-color: #06503D;
}
.BgClassName
{
background-color: #06503D;
}
</style>
border-color css
<style>
span { border-color: #06503D; }
span { border-color: rgb(6,80,61); }
td.TdClassName
{
border-color: #06503D;
}
.TagClassName
{
border-color: #06503D;
}
</style>