Shades of Deep Teal #04513E
Tints of Deep Teal #04513E
RGB
CMYK
RGB Variations
Color information
#04513E (or 0x04513E) is known color: Deep Teal. HEX triplet: 04, 51 and 3E. RGB value is (4,81,62). Sum of RGB (Red+Green+Blue) = 4+81+62=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #04513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04513E is #FBAEC1. Grayscale: #373737. Windows color (decimal): -16494274 or 4083972. OLE color: 4083972.
HSL color Cylindrical-coordinate representation of color #04513E: hue angle of 165.19º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04513E is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 62 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.68 |
| HSL | 165.19º | 0.91% | 0.17% | - |
| HSV(B) | 165.19º | 0.95% | 0.32% | - |
| XYZ | 3.86 | 6.26 | 5.56 | - |
| YUV | 55.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 62 | 0.95 | 0 | 0.23 | 0.68 | 165.19 | 0.91 | 0.17 |
| Hex | 4 | 51 | 3E | 5F | 0 | 17 | 44 | A5 | 5B | 11 |
| Octal | 4 | 121 | 76 | 137 | 0 | 27 | 104 | 245 | 133 | 21 |
| Binary | 100 | 1010001 | 111110 | 1011111 | 0 | 10111 | 1000100 | 10100101 | 1011011 | 10001 |
Color Harmonies of #04513E
Complementary color
Monochromatic Colors of #04513E
Black with #04513E
Text Example
Text Example
White with #04513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04513E; }
p { color: rgb(4,81,62); }
H1.HeaderClassName
{
color: #04513E;
}
.AnyTagClassName
{
color: #04513E;
}
</style>
background-color css
<style>
a { background-color: #04513E; }
a { background-color: rgb(4,81,62); }
div.DivClassName
{
background-color: #04513E;
}
.BgClassName
{
background-color: #04513E;
}
</style>
border-color css
<style>
span { border-color: #04513E; }
span { border-color: rgb(4,81,62); }
td.TdClassName
{
border-color: #04513E;
}
.TagClassName
{
border-color: #04513E;
}
</style>