Shades of Deep Teal #04543E
Tints of Deep Teal #04543E
RGB
CMYK
RGB Variations
Color information
#04543E (or 0x04543E) is known color: Deep Teal. HEX triplet: 04, 54 and 3E. RGB value is (4,84,62). Sum of RGB (Red+Green+Blue) = 4+84+62=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #04543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04543E is #FBABC1. Grayscale: #393939. Windows color (decimal): -16493506 or 4084740. OLE color: 4084740.
HSL color Cylindrical-coordinate representation of color #04543E: hue angle of 163.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04543E is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 84 | 62 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.67 |
| HSL | 163.5º | 0.91% | 0.17% | - |
| HSV(B) | 163.5º | 0.95% | 0.33% | - |
| XYZ | 4.09 | 6.71 | 5.64 | - |
| YUV | 57.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 62 | 0.95 | 0 | 0.26 | 0.67 | 163.5 | 0.91 | 0.17 |
| Hex | 4 | 54 | 3E | 5F | 0 | 1A | 43 | A4 | 5B | 11 |
| Octal | 4 | 124 | 76 | 137 | 0 | 32 | 103 | 244 | 133 | 21 |
| Binary | 100 | 1010100 | 111110 | 1011111 | 0 | 11010 | 1000011 | 10100100 | 1011011 | 10001 |
Color Harmonies of #04543E
Complementary color
Monochromatic Colors of #04543E
Black with #04543E
Text Example
Text Example
White with #04543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04543E; }
p { color: rgb(4,84,62); }
H1.HeaderClassName
{
color: #04543E;
}
.AnyTagClassName
{
color: #04543E;
}
</style>
background-color css
<style>
a { background-color: #04543E; }
a { background-color: rgb(4,84,62); }
div.DivClassName
{
background-color: #04543E;
}
.BgClassName
{
background-color: #04543E;
}
</style>
border-color css
<style>
span { border-color: #04543E; }
span { border-color: rgb(4,84,62); }
td.TdClassName
{
border-color: #04543E;
}
.TagClassName
{
border-color: #04543E;
}
</style>