#03543E

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

Shades of Deep Teal #03543E

Tints of Deep Teal #03543E

Color information

#03543E (or 0x03543E) is unknown color: approx Deep Teal. HEX triplet: 03, 54 and 3E. RGB value is (3,84,62). Sum of RGB (Red+Green+Blue) = 3+84+62=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #03543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03543E is #FCABC1. Grayscale: #393939. Windows color (decimal): -16559042 or 4084739. OLE color: 4084739.

HSL color Cylindrical-coordinate representation of color #03543E: hue angle of 163.7º 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 #03543E is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB38462-
CMYK0.9600.260.67
HSL163.7º93.1%17.06%-
HSV(B)163.7º96.43%32.94%-
XYZ4.086.715.64-
YUV57.27130.6689.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=2.01%
G=56.38%
B=41.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal384620.9600.260.67163.793.117.06
Hex3543E6001A43a45d11
Octal31247614003210324413521
Binary1110101001111101100000011010100001110100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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