#A4E0C5

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

Shades of Magic Mint #A4E0C5

Tints of Magic Mint #A4E0C5

Color information

#A4E0C5 (or 0xA4E0C5) is unknown color: approx Magic Mint. HEX triplet: A4, E0 and C5. RGB value is (164,224,197). Sum of RGB (Red+Green+Blue) = 164+224+197=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0C5 is #5B1F3A. Grayscale: #CBCBCB. Windows color (decimal): -5971771 or 12968100. OLE color: 12968100.

HSL color Cylindrical-coordinate representation of color #A4E0C5: hue angle of 153º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E0C5 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB164224197-
CMYK0.2700.120.12
HSL153º49.18%76.08%-
HSV(B)153º26.79%87.84%-
XYZ52.0465.2462.67-
YUV202.98124.62100.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.03%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 197 (77.34% from 255) = 33.68%
R=28.03%
G=38.29%
B=33.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642241970.2700.120.1215349.1876.08
HexA4E0C51B0CC99314c
Octal244340305330141423161114
Binary10100100111000001100010111011011001100100110011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E0C5; }

 p { color: rgb(164,224,197); }

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

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

 a { background-color: rgb(164,224,197); }

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

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

 span { border-color: rgb(164,224,197); }

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