Shades of Deep Teal #04533C
Tints of Deep Teal #04533C
RGB
CMYK
RGB Variations
Color information
#04533C (or 0x04533C) is known color: Deep Teal. HEX triplet: 04, 53 and 3C. RGB value is (4,83,60). Sum of RGB (Red+Green+Blue) = 4+83+60=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #04533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04533C is #FBACC3. Grayscale: #383838. Windows color (decimal): -16493764 or 3953412. OLE color: 3953412.
HSL color Cylindrical-coordinate representation of color #04533C: hue angle of 162.53º 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 #04533C is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 60 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.67 |
| HSL | 162.53º | 0.91% | 0.17% | - |
| HSV(B) | 162.53º | 0.95% | 0.33% | - |
| XYZ | 3.96 | 6.54 | 5.33 | - |
| YUV | 56.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 60 | 0.95 | 0 | 0.28 | 0.67 | 162.53 | 0.91 | 0.17 |
| Hex | 4 | 53 | 3C | 5F | 0 | 1C | 43 | A3 | 5B | 11 |
| Octal | 4 | 123 | 74 | 137 | 0 | 34 | 103 | 243 | 133 | 21 |
| Binary | 100 | 1010011 | 111100 | 1011111 | 0 | 11100 | 1000011 | 10100011 | 1011011 | 10001 |
Color Harmonies of #04533C
Complementary color
Monochromatic Colors of #04533C
Black with #04533C
Text Example
Text Example
White with #04533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04533C; }
p { color: rgb(4,83,60); }
H1.HeaderClassName
{
color: #04533C;
}
.AnyTagClassName
{
color: #04533C;
}
</style>
background-color css
<style>
a { background-color: #04533C; }
a { background-color: rgb(4,83,60); }
div.DivClassName
{
background-color: #04533C;
}
.BgClassName
{
background-color: #04533C;
}
</style>
border-color css
<style>
span { border-color: #04533C; }
span { border-color: rgb(4,83,60); }
td.TdClassName
{
border-color: #04533C;
}
.TagClassName
{
border-color: #04533C;
}
</style>