#A4ECD3

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

Shades of Magic Mint #A4ECD3

Tints of Magic Mint #A4ECD3

Color information

#A4ECD3 (or 0xA4ECD3) is unknown color: approx Magic Mint. HEX triplet: A4, EC and D3. RGB value is (164,236,211). Sum of RGB (Red+Green+Blue) = 164+236+211=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECD3 is #5B132C. Grayscale: #D3D3D3. Windows color (decimal): -5968685 or 13888676. OLE color: 13888676.

HSL color Cylindrical-coordinate representation of color #A4ECD3: hue angle of 159.17º 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 #A4ECD3 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB164236211-
CMYK0.3100.110.07
HSL159.17º65.45%78.43%-
HSV(B)159.17º30.51%92.55%-
XYZ57.0672.5972.63-
YUV211.62127.6594.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.84%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 211 (82.81% from 255) = 34.53%
R=26.84%
G=38.63%
B=34.53%

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
Decimal1642362110.3100.110.07159.1765.4578.43
HexA4ECD31F0B79f414e
Octal244354323370137237101116
Binary10100100111011001101001111111010111111001111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECD3; }

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

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

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

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

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

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

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

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