#A4EED1

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

Shades of Magic Mint #A4EED1

Tints of Magic Mint #A4EED1

Color information

#A4EED1 (or 0xA4EED1) is unknown color: approx Magic Mint. HEX triplet: A4, EE and D1. RGB value is (164,238,209). Sum of RGB (Red+Green+Blue) = 164+238+209=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EED1 is #5B112E. Grayscale: #D4D4D4. Windows color (decimal): -5968175 or 13758116. OLE color: 13758116.

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

Color convert

RGB164238209-
CMYK0.3100.120.07
HSL156.49º68.52%78.82%-
HSV(B)156.49º31.09%93.33%-
XYZ57.3973.6571.51-
YUV212.57125.9893.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.84%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 209 (82.03% from 255) = 34.21%
R=26.84%
G=38.95%
B=34.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642382090.3100.120.07156.4968.5278.82
HexA4EED11F0C79c454f
Octal244356321370147234105117
Binary10100100111011101101000111111011001111001110010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EED1; }

 p { color: rgb(164,238,209); }

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

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

 a { background-color: rgb(164,238,209); }

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

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

 span { border-color: rgb(164,238,209); }

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