Shades of Deep Teal #03533B
Tints of Deep Teal #03533B
RGB
CMYK
RGB Variations
Color information
#03533B (or 0x03533B) is known color: Deep Teal. HEX triplet: 03, 53 and 3B. RGB value is (3,83,59). Sum of RGB (Red+Green+Blue) = 3+83+59=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #03533B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03533B is #FCACC4. Grayscale: #383838. Windows color (decimal): -16559301 or 3887875. OLE color: 3887875.
HSL color Cylindrical-coordinate representation of color #03533B: hue angle of 162º 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 #03533B is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 59 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.67 |
| HSL | 162º | 0.93% | 0.17% | - |
| HSV(B) | 162º | 0.96% | 0.33% | - |
| XYZ | 3.92 | 6.52 | 5.19 | - |
| YUV | 56.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 59 | 0.96 | 0 | 0.29 | 0.67 | 162 | 0.93 | 0.17 |
| Hex | 3 | 53 | 3B | 60 | 0 | 1D | 43 | A2 | 5D | 11 |
| Octal | 3 | 123 | 73 | 140 | 0 | 35 | 103 | 242 | 135 | 21 |
| Binary | 11 | 1010011 | 111011 | 1100000 | 0 | 11101 | 1000011 | 10100010 | 1011101 | 10001 |
Color Harmonies of #03533B
Complementary color
Monochromatic Colors of #03533B
Black with #03533B
Text Example
Text Example
White with #03533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03533B; }
p { color: rgb(3,83,59); }
H1.HeaderClassName
{
color: #03533B;
}
.AnyTagClassName
{
color: #03533B;
}
</style>
background-color css
<style>
a { background-color: #03533B; }
a { background-color: rgb(3,83,59); }
div.DivClassName
{
background-color: #03533B;
}
.BgClassName
{
background-color: #03533B;
}
</style>
border-color css
<style>
span { border-color: #03533B; }
span { border-color: rgb(3,83,59); }
td.TdClassName
{
border-color: #03533B;
}
.TagClassName
{
border-color: #03533B;
}
</style>