Shades of Deep Teal #00543D
Tints of Deep Teal #00543D
RGB
CMYK
RGB Variations
Color information
#00543D (or 0x00543D) is known color: Deep Teal. HEX triplet: 00, 54 and 3D. RGB value is (0,84,61). Sum of RGB (Red+Green+Blue) = 0+84+61=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #00543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00543D is #FFABC2. Grayscale: #383838. Windows color (decimal): -16755651 or 4019200. OLE color: 4019200.
HSL color Cylindrical-coordinate representation of color #00543D: hue angle of 163.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00543D is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 61 | - |
| CMYK | 1 | 0 | 0.27 | 0.67 |
| HSL | 163.57º | 1% | 0.16% | - |
| HSV(B) | 163.57º | 1% | 0.33% | - |
| XYZ | 4.01 | 6.68 | 5.49 | - |
| YUV | 56.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 61 | 1 | 0 | 0.27 | 0.67 | 163.57 | 1 | 0.16 |
| Hex | 0 | 54 | 3D | 64 | 0 | 1B | 43 | A4 | 64 | 10 |
| Octal | 0 | 124 | 75 | 144 | 0 | 33 | 103 | 244 | 144 | 20 |
| Binary | 0 | 1010100 | 111101 | 1100100 | 0 | 11011 | 1000011 | 10100100 | 1100100 | 10000 |
Color Harmonies of #00543D
Complementary color
Monochromatic Colors of #00543D
Black with #00543D
Text Example
Text Example
White with #00543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00543D; }
p { color: rgb(0,84,61); }
H1.HeaderClassName
{
color: #00543D;
}
.AnyTagClassName
{
color: #00543D;
}
</style>
background-color css
<style>
a { background-color: #00543D; }
a { background-color: rgb(0,84,61); }
div.DivClassName
{
background-color: #00543D;
}
.BgClassName
{
background-color: #00543D;
}
</style>
border-color css
<style>
span { border-color: #00543D; }
span { border-color: rgb(0,84,61); }
td.TdClassName
{
border-color: #00543D;
}
.TagClassName
{
border-color: #00543D;
}
</style>