#A4E0C4

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

Shades of Magic Mint #A4E0C4

Tints of Magic Mint #A4E0C4

Color information

#A4E0C4 (or 0xA4E0C4) is unknown color: approx Magic Mint. HEX triplet: A4, E0 and C4. RGB value is (164,224,196). Sum of RGB (Red+Green+Blue) = 164+224+196=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0C4 is #5B1F3B. Grayscale: #CACACA. Windows color (decimal): -5971772 or 12902564. OLE color: 12902564.

HSL color Cylindrical-coordinate representation of color #A4E0C4: hue angle of 152º 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 #A4E0C4 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB164224196-
CMYK0.2700.120.12
HSL152º49.18%76.08%-
HSV(B)152º26.79%87.84%-
XYZ51.9365.1962.07-
YUV202.87124.12100.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.08%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=28.08%
G=38.36%
B=33.56%

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
Decimal1642241960.2700.120.1215249.1876.08
HexA4E0C41B0CC98314c
Octal244340304330141423061114
Binary10100100111000001100010011011011001100100110001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E0C4; }

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

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

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

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

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

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

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

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