#A4EACC

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

Shades of Magic Mint #A4EACC

Tints of Magic Mint #A4EACC

Color information

#A4EACC (or 0xA4EACC) is unknown color: approx Magic Mint. HEX triplet: A4, EA and CC. RGB value is (164,234,204). Sum of RGB (Red+Green+Blue) = 164+234+204=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EACC is #5B1533. Grayscale: #D1D1D1. Windows color (decimal): -5969204 or 13429412. OLE color: 13429412.

HSL color Cylindrical-coordinate representation of color #A4EACC: hue angle of 154.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EACC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB164234204-
CMYK0.3000.130.08
HSL154.29º62.5%78.04%-
HSV(B)154.29º29.91%91.76%-
XYZ55.6371.167.92-
YUV209.65124.8195.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.24%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=27.24%
G=38.87%
B=33.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642342040.3000.130.08154.2962.578.04
HexA4EACC1E0D89a3e4e
Octal244352314360151023276116
Binary10100100111010101100110011110011011000100110101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EACC; }

 p { color: rgb(164,234,204); }

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

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

 a { background-color: rgb(164,234,204); }

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

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

 span { border-color: rgb(164,234,204); }

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