#03533D

Color #03533D Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #03533D

Tints of Deep Teal #03533D

Color information

#03533D (or 0x03533D) is unknown color: approx 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

RGB38361-
CMYK0.9600.270.67
HSL163.5º93.02%16.86%-
HSV(B)163.5º96.39%32.55%-
XYZ3.976.545.47-
YUV56.57130.589.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 83 (32.81% from 255) = 56.46%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=2.04%
G=56.46%
B=41.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383610.9600.270.67163.593.0216.86
Hex3533D6001B43a45d11
Octal31237514003310324413521
Binary1110100111111011100000011011100001110100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>