Shades of Deep Teal #06543F
Tints of Deep Teal #06543F
RGB
CMYK
RGB Variations
Color information
#06543F (or 0x06543F) is known color: Deep Teal. HEX triplet: 06, 54 and 3F. RGB value is (6,84,63). Sum of RGB (Red+Green+Blue) = 6+84+63=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #06543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06543F is #F9ABC0. Grayscale: #3A3A3A. Windows color (decimal): -16362433 or 4150278. OLE color: 4150278.
HSL color Cylindrical-coordinate representation of color #06543F: hue angle of 163.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06543F is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 63 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.67 |
| HSL | 163.85º | 0.87% | 0.18% | - |
| HSV(B) | 163.85º | 0.93% | 0.33% | - |
| XYZ | 4.14 | 6.74 | 5.78 | - |
| YUV | 58.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 63 | 0.93 | 0 | 0.25 | 0.67 | 163.85 | 0.87 | 0.18 |
| Hex | 6 | 54 | 3F | 5D | 0 | 19 | 43 | A4 | 57 | 12 |
| Octal | 6 | 124 | 77 | 135 | 0 | 31 | 103 | 244 | 127 | 22 |
| Binary | 110 | 1010100 | 111111 | 1011101 | 0 | 11001 | 1000011 | 10100100 | 1010111 | 10010 |
Color Harmonies of #06543F
Complementary color
Monochromatic Colors of #06543F
Black with #06543F
Text Example
Text Example
White with #06543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06543F; }
p { color: rgb(6,84,63); }
H1.HeaderClassName
{
color: #06543F;
}
.AnyTagClassName
{
color: #06543F;
}
</style>
background-color css
<style>
a { background-color: #06543F; }
a { background-color: rgb(6,84,63); }
div.DivClassName
{
background-color: #06543F;
}
.BgClassName
{
background-color: #06543F;
}
</style>
border-color css
<style>
span { border-color: #06543F; }
span { border-color: rgb(6,84,63); }
td.TdClassName
{
border-color: #06543F;
}
.TagClassName
{
border-color: #06543F;
}
</style>