Shades of Deep Teal #04533D
Tints of Deep Teal #04533D
RGB
CMYK
RGB Variations
Color information
#04533D (or 0x04533D) is known color: Deep Teal. HEX triplet: 04, 53 and 3D. RGB value is (4,83,61). Sum of RGB (Red+Green+Blue) = 4+83+61=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #04533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04533D is #FBACC2. Grayscale: #383838. Windows color (decimal): -16493763 or 4018948. OLE color: 4018948.
HSL color Cylindrical-coordinate representation of color #04533D: hue angle of 163.29º 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 #04533D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 61 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.67 |
| HSL | 163.29º | 0.91% | 0.17% | - |
| HSV(B) | 163.29º | 0.95% | 0.33% | - |
| XYZ | 3.99 | 6.55 | 5.47 | - |
| YUV | 56.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 61 | 0.95 | 0 | 0.27 | 0.67 | 163.29 | 0.91 | 0.17 |
| Hex | 4 | 53 | 3D | 5F | 0 | 1B | 43 | A3 | 5B | 11 |
| Octal | 4 | 123 | 75 | 137 | 0 | 33 | 103 | 243 | 133 | 21 |
| Binary | 100 | 1010011 | 111101 | 1011111 | 0 | 11011 | 1000011 | 10100011 | 1011011 | 10001 |
Color Harmonies of #04533D
Complementary color
Monochromatic Colors of #04533D
Black with #04533D
Text Example
Text Example
White with #04533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04533D; }
p { color: rgb(4,83,61); }
H1.HeaderClassName
{
color: #04533D;
}
.AnyTagClassName
{
color: #04533D;
}
</style>
background-color css
<style>
a { background-color: #04533D; }
a { background-color: rgb(4,83,61); }
div.DivClassName
{
background-color: #04533D;
}
.BgClassName
{
background-color: #04533D;
}
</style>
border-color css
<style>
span { border-color: #04533D; }
span { border-color: rgb(4,83,61); }
td.TdClassName
{
border-color: #04533D;
}
.TagClassName
{
border-color: #04533D;
}
</style>