#A4ECD2

Color #A4ECD2 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A4ECD2

Tints of Magic Mint #A4ECD2

Color information

#A4ECD2 (or 0xA4ECD2) is unknown color: approx Magic Mint. HEX triplet: A4, EC and D2. RGB value is (164,236,210). Sum of RGB (Red+Green+Blue) = 164+236+210=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECD2 is #5B132D. Grayscale: #D3D3D3. Windows color (decimal): -5968686 or 13823140. OLE color: 13823140.

HSL color Cylindrical-coordinate representation of color #A4ECD2: hue angle of 158.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECD2 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB164236210-
CMYK0.3100.110.07
HSL158.33º65.45%78.43%-
HSV(B)158.33º30.51%92.55%-
XYZ56.9472.5471.97-
YUV211.51127.1594.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.89%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 210 (82.42% from 255) = 34.43%
R=26.89%
G=38.69%
B=34.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642362100.3100.110.07158.3365.4578.43
HexA4ECD21F0B79e414e
Octal244354322370137236101116
Binary10100100111011001101001011111010111111001111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECD2; }

 p { color: rgb(164,236,210); }

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

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

 a { background-color: rgb(164,236,210); }

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

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

 span { border-color: rgb(164,236,210); }

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