#A4E4C3

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

Shades of Magic Mint #A4E4C3

Tints of Magic Mint #A4E4C3

Color information

#A4E4C3 (or 0xA4E4C3) is unknown color: approx Magic Mint. HEX triplet: A4, E4 and C3. RGB value is (164,228,195). Sum of RGB (Red+Green+Blue) = 164+228+195=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E4C3 is #5B1B3C. Grayscale: #CDCDCD. Windows color (decimal): -5970749 or 12838052. OLE color: 12838052.

HSL color Cylindrical-coordinate representation of color #A4E4C3: hue angle of 149.06º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E4C3 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB164228195-
CMYK0.2800.140.11
HSL149.06º54.24%76.86%-
HSV(B)149.06º28.07%89.41%-
XYZ52.967.3261.84-
YUV205.1122.398.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 195 (76.56% from 255) = 33.22%
R=27.94%
G=38.84%
B=33.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642281950.2800.140.11149.0654.2476.86
HexA4E4C31C0EB95364d
Octal244344303340161322566115
Binary10100100111001001100001111100011101011100101011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E4C3; }

 p { color: rgb(164,228,195); }

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

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

 a { background-color: rgb(164,228,195); }

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

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

 span { border-color: rgb(164,228,195); }

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