Shades of Deep Teal #04503B
Tints of Deep Teal #04503B
RGB
CMYK
RGB Variations
Color information
#04503B (or 0x04503B) is known color: Deep Teal. HEX triplet: 04, 50 and 3B. RGB value is (4,80,59). Sum of RGB (Red+Green+Blue) = 4+80+59=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #04503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04503B is #FBAFC4. Grayscale: #363636. Windows color (decimal): -16494533 or 3887108. OLE color: 3887108.
HSL color Cylindrical-coordinate representation of color #04503B: hue angle of 163.42º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04503B is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 59 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.69 |
| HSL | 163.42º | 0.9% | 0.16% | - |
| HSV(B) | 163.42º | 0.95% | 0.31% | - |
| XYZ | 3.71 | 6.08 | 5.12 | - |
| YUV | 54.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 59 | 0.95 | 0 | 0.26 | 0.69 | 163.42 | 0.9 | 0.16 |
| Hex | 4 | 50 | 3B | 5F | 0 | 1A | 45 | A3 | 5A | 10 |
| Octal | 4 | 120 | 73 | 137 | 0 | 32 | 105 | 243 | 132 | 20 |
| Binary | 100 | 1010000 | 111011 | 1011111 | 0 | 11010 | 1000101 | 10100011 | 1011010 | 10000 |
Color Harmonies of #04503B
Complementary color
Monochromatic Colors of #04503B
Black with #04503B
Text Example
Text Example
White with #04503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04503B; }
p { color: rgb(4,80,59); }
H1.HeaderClassName
{
color: #04503B;
}
.AnyTagClassName
{
color: #04503B;
}
</style>
background-color css
<style>
a { background-color: #04503B; }
a { background-color: rgb(4,80,59); }
div.DivClassName
{
background-color: #04503B;
}
.BgClassName
{
background-color: #04503B;
}
</style>
border-color css
<style>
span { border-color: #04503B; }
span { border-color: rgb(4,80,59); }
td.TdClassName
{
border-color: #04503B;
}
.TagClassName
{
border-color: #04503B;
}
</style>