#03523E

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

Shades of Deep Teal #03523E

Tints of Deep Teal #03523E

Color information

#03523E (or 0x03523E) is unknown color: approx Deep Teal. HEX triplet: 03, 52 and 3E. RGB value is (3,82,62). Sum of RGB (Red+Green+Blue) = 3+82+62=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #03523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03523E is #FCADC1. Grayscale: #383838. Windows color (decimal): -16559554 or 4084227. OLE color: 4084227.

HSL color Cylindrical-coordinate representation of color #03523E: hue angle of 164.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03523E is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB38262-
CMYK0.9600.240.68
HSL164.81º92.94%16.67%-
HSV(B)164.81º96.34%32.16%-
XYZ3.926.45.59-
YUV56.1131.3390.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 82 (32.42% from 255) = 55.78%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=2.04%
G=55.78%
B=42.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382620.9600.240.68164.8192.9416.67
Hex3523E6001844a55d11
Octal31227614003010424513521
Binary1110100101111101100000011000100010010100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03523E; }

 p { color: rgb(3,82,62); }

 H1.HeaderClassName
 {
   color: #03523E;
 }
 .AnyTagClassName
 {
   color: #03523E;
 }
</style>
background-color css

<style>
 a { background-color: #03523E; }

 a { background-color: rgb(3,82,62); }

 div.DivClassName
 {
   background-color: #03523E;
 }
 .BgClassName
 {
   background-color: #03523E;
 }
</style>
border-color css

<style>
 span { border-color: #03523E; }

 span { border-color: rgb(3,82,62); }

 td.TdClassName
 {
   border-color: #03523E;
 }
 .TagClassName
 {
   border-color: #03523E;
 }
</style>