#A4E4CA

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

Shades of Magic Mint #A4E4CA

Tints of Magic Mint #A4E4CA

Color information

#A4E4CA (or 0xA4E4CA) is unknown color: approx Magic Mint. HEX triplet: A4, E4 and CA. RGB value is (164,228,202). Sum of RGB (Red+Green+Blue) = 164+228+202=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E4CA is #5B1B35. Grayscale: #CDCDCD. Windows color (decimal): -5970742 or 13296804. OLE color: 13296804.

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

Color convert

RGB164228202-
CMYK0.2800.110.11
HSL155.62º54.24%76.86%-
HSV(B)155.62º28.07%89.41%-
XYZ53.7167.6466.1-
YUV205.9125.898.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.61%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=27.61%
G=38.38%
B=34.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642282020.2800.110.11155.6254.2476.86
HexA4E4CA1C0BB9c364d
Octal244344312340131323466115
Binary10100100111001001100101011100010111011100111001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E4CA; }

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

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

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

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

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

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

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

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