Shades of Deep Teal #06533E
Tints of Deep Teal #06533E
RGB
CMYK
RGB Variations
Color information
#06533E (or 0x06533E) is known color: Deep Teal. HEX triplet: 06, 53 and 3E. RGB value is (6,83,62). Sum of RGB (Red+Green+Blue) = 6+83+62=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #06533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06533E is #F9ACC1. Grayscale: #393939. Windows color (decimal): -16362690 or 4084486. OLE color: 4084486.
HSL color Cylindrical-coordinate representation of color #06533E: hue angle of 163.64º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06533E is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 83 | 62 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.67 |
| HSL | 163.64º | 0.87% | 0.17% | - |
| HSV(B) | 163.64º | 0.93% | 0.33% | - |
| XYZ | 4.04 | 6.57 | 5.61 | - |
| YUV | 57.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 62 | 0.93 | 0 | 0.25 | 0.67 | 163.64 | 0.87 | 0.17 |
| Hex | 6 | 53 | 3E | 5D | 0 | 19 | 43 | A4 | 57 | 11 |
| Octal | 6 | 123 | 76 | 135 | 0 | 31 | 103 | 244 | 127 | 21 |
| Binary | 110 | 1010011 | 111110 | 1011101 | 0 | 11001 | 1000011 | 10100100 | 1010111 | 10001 |
Color Harmonies of #06533E
Complementary color
Monochromatic Colors of #06533E
Black with #06533E
Text Example
Text Example
White with #06533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06533E; }
p { color: rgb(6,83,62); }
H1.HeaderClassName
{
color: #06533E;
}
.AnyTagClassName
{
color: #06533E;
}
</style>
background-color css
<style>
a { background-color: #06533E; }
a { background-color: rgb(6,83,62); }
div.DivClassName
{
background-color: #06533E;
}
.BgClassName
{
background-color: #06533E;
}
</style>
border-color css
<style>
span { border-color: #06533E; }
span { border-color: rgb(6,83,62); }
td.TdClassName
{
border-color: #06533E;
}
.TagClassName
{
border-color: #06533E;
}
</style>