Shades of Deep Teal #04553F
Tints of Deep Teal #04553F
RGB
CMYK
RGB Variations
Color information
#04553F (or 0x04553F) is known color: Deep Teal. HEX triplet: 04, 55 and 3F. RGB value is (4,85,63). Sum of RGB (Red+Green+Blue) = 4+85+63=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #04553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04553F is #FBAAC0. Grayscale: #3A3A3A. Windows color (decimal): -16493249 or 4150532. OLE color: 4150532.
HSL color Cylindrical-coordinate representation of color #04553F: hue angle of 163.7º 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 #04553F is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 63 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.67 |
| HSL | 163.7º | 0.91% | 0.17% | - |
| HSV(B) | 163.7º | 0.95% | 0.33% | - |
| XYZ | 4.2 | 6.88 | 5.81 | - |
| YUV | 58.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 63 | 0.95 | 0 | 0.26 | 0.67 | 163.7 | 0.91 | 0.17 |
| Hex | 4 | 55 | 3F | 5F | 0 | 1A | 43 | A4 | 5B | 11 |
| Octal | 4 | 125 | 77 | 137 | 0 | 32 | 103 | 244 | 133 | 21 |
| Binary | 100 | 1010101 | 111111 | 1011111 | 0 | 11010 | 1000011 | 10100100 | 1011011 | 10001 |
Color Harmonies of #04553F
Complementary color
Monochromatic Colors of #04553F
Black with #04553F
Text Example
Text Example
White with #04553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04553F; }
p { color: rgb(4,85,63); }
H1.HeaderClassName
{
color: #04553F;
}
.AnyTagClassName
{
color: #04553F;
}
</style>
background-color css
<style>
a { background-color: #04553F; }
a { background-color: rgb(4,85,63); }
div.DivClassName
{
background-color: #04553F;
}
.BgClassName
{
background-color: #04553F;
}
</style>
border-color css
<style>
span { border-color: #04553F; }
span { border-color: rgb(4,85,63); }
td.TdClassName
{
border-color: #04553F;
}
.TagClassName
{
border-color: #04553F;
}
</style>