Shades of Deep Teal #06503B
Tints of Deep Teal #06503B
RGB
CMYK
RGB Variations
Color information
#06503B (or 0x06503B) is known color: Deep Teal. HEX triplet: 06, 50 and 3B. RGB value is (6,80,59). Sum of RGB (Red+Green+Blue) = 6+80+59=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #06503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06503B is #F9AFC4. Grayscale: #373737. Windows color (decimal): -16363461 or 3887110. OLE color: 3887110.
HSL color Cylindrical-coordinate representation of color #06503B: hue angle of 162.97º 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 #06503B is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 80 | 59 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.69 |
| HSL | 162.97º | 0.86% | 0.17% | - |
| HSV(B) | 162.97º | 0.93% | 0.31% | - |
| XYZ | 3.73 | 6.09 | 5.12 | - |
| YUV | 55.48 | 129.98 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 59 | 0.92 | 0 | 0.26 | 0.69 | 162.97 | 0.86 | 0.17 |
| Hex | 6 | 50 | 3B | 5C | 0 | 1A | 45 | A3 | 56 | 11 |
| Octal | 6 | 120 | 73 | 134 | 0 | 32 | 105 | 243 | 126 | 21 |
| Binary | 110 | 1010000 | 111011 | 1011100 | 0 | 11010 | 1000101 | 10100011 | 1010110 | 10001 |
Color Harmonies of #06503B
Complementary color
Monochromatic Colors of #06503B
Black with #06503B
Text Example
Text Example
White with #06503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06503B; }
p { color: rgb(6,80,59); }
H1.HeaderClassName
{
color: #06503B;
}
.AnyTagClassName
{
color: #06503B;
}
</style>
background-color css
<style>
a { background-color: #06503B; }
a { background-color: rgb(6,80,59); }
div.DivClassName
{
background-color: #06503B;
}
.BgClassName
{
background-color: #06503B;
}
</style>
border-color css
<style>
span { border-color: #06503B; }
span { border-color: rgb(6,80,59); }
td.TdClassName
{
border-color: #06503B;
}
.TagClassName
{
border-color: #06503B;
}
</style>