#A4E7C7

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

Shades of Magic Mint #A4E7C7

Tints of Magic Mint #A4E7C7

Color information

#A4E7C7 (or 0xA4E7C7) is unknown color: approx Magic Mint. HEX triplet: A4, E7 and C7. RGB value is (164,231,199). Sum of RGB (Red+Green+Blue) = 164+231+199=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7C7 is #5B1838. Grayscale: #CFCFCF. Windows color (decimal): -5969977 or 13100964. OLE color: 13100964.

HSL color Cylindrical-coordinate representation of color #A4E7C7: hue angle of 151.34º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E7C7 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB164231199-
CMYK0.2900.140.09
HSL151.34º58.26%77.45%-
HSV(B)151.34º29%90.59%-
XYZ54.1969.1764.53-
YUV207.32123.397.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.61%
GREEN value IS 231 (90.62% from 255) = 38.89%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=27.61%
G=38.89%
B=33.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642311990.2900.140.09151.3458.2677.45
HexA4E7C71D0E9973a4d
Octal244347307350161122772115
Binary10100100111001111100011111101011101001100101111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E7C7; }

 p { color: rgb(164,231,199); }

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

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

 a { background-color: rgb(164,231,199); }

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

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

 span { border-color: rgb(164,231,199); }

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