Shades of Deep Teal #04543D
Tints of Deep Teal #04543D
RGB
CMYK
RGB Variations
Color information
#04543D (or 0x04543D) is known color: Deep Teal. HEX triplet: 04, 54 and 3D. RGB value is (4,84,61). Sum of RGB (Red+Green+Blue) = 4+84+61=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #04543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04543D is #FBABC2. Grayscale: #393939. Windows color (decimal): -16493507 or 4019204. OLE color: 4019204.
HSL color Cylindrical-coordinate representation of color #04543D: hue angle of 162.75º 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 #04543D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 84 | 61 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.67 |
| HSL | 162.75º | 0.91% | 0.17% | - |
| HSV(B) | 162.75º | 0.95% | 0.33% | - |
| XYZ | 4.06 | 6.7 | 5.49 | - |
| YUV | 57.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 61 | 0.95 | 0 | 0.27 | 0.67 | 162.75 | 0.91 | 0.17 |
| Hex | 4 | 54 | 3D | 5F | 0 | 1B | 43 | A3 | 5B | 11 |
| Octal | 4 | 124 | 75 | 137 | 0 | 33 | 103 | 243 | 133 | 21 |
| Binary | 100 | 1010100 | 111101 | 1011111 | 0 | 11011 | 1000011 | 10100011 | 1011011 | 10001 |
Color Harmonies of #04543D
Complementary color
Monochromatic Colors of #04543D
Black with #04543D
Text Example
Text Example
White with #04543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04543D; }
p { color: rgb(4,84,61); }
H1.HeaderClassName
{
color: #04543D;
}
.AnyTagClassName
{
color: #04543D;
}
</style>
background-color css
<style>
a { background-color: #04543D; }
a { background-color: rgb(4,84,61); }
div.DivClassName
{
background-color: #04543D;
}
.BgClassName
{
background-color: #04543D;
}
</style>
border-color css
<style>
span { border-color: #04543D; }
span { border-color: rgb(4,84,61); }
td.TdClassName
{
border-color: #04543D;
}
.TagClassName
{
border-color: #04543D;
}
</style>