Shades of Deep Teal #03533D
Tints of Deep Teal #03533D
RGB
CMYK
RGB Variations
Color information
#03533D (or 0x03533D) is known color: Deep Teal. HEX triplet: 03, 53 and 3D. RGB value is (3,83,61). Sum of RGB (Red+Green+Blue) = 3+83+61=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #03533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03533D is #FCACC2. Grayscale: #383838. Windows color (decimal): -16559299 or 4018947. OLE color: 4018947.
HSL color Cylindrical-coordinate representation of color #03533D: hue angle of 163.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03533D is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 61 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.67 |
| HSL | 163.5º | 0.93% | 0.17% | - |
| HSV(B) | 163.5º | 0.96% | 0.33% | - |
| XYZ | 3.97 | 6.54 | 5.47 | - |
| YUV | 56.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 61 | 0.96 | 0 | 0.27 | 0.67 | 163.5 | 0.93 | 0.17 |
| Hex | 3 | 53 | 3D | 60 | 0 | 1B | 43 | A4 | 5D | 11 |
| Octal | 3 | 123 | 75 | 140 | 0 | 33 | 103 | 244 | 135 | 21 |
| Binary | 11 | 1010011 | 111101 | 1100000 | 0 | 11011 | 1000011 | 10100100 | 1011101 | 10001 |
Color Harmonies of #03533D
Complementary color
Monochromatic Colors of #03533D
Black with #03533D
Text Example
Text Example
White with #03533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03533D; }
p { color: rgb(3,83,61); }
H1.HeaderClassName
{
color: #03533D;
}
.AnyTagClassName
{
color: #03533D;
}
</style>
background-color css
<style>
a { background-color: #03533D; }
a { background-color: rgb(3,83,61); }
div.DivClassName
{
background-color: #03533D;
}
.BgClassName
{
background-color: #03533D;
}
</style>
border-color css
<style>
span { border-color: #03533D; }
span { border-color: rgb(3,83,61); }
td.TdClassName
{
border-color: #03533D;
}
.TagClassName
{
border-color: #03533D;
}
</style>