#A4E7C6

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

Shades of Magic Mint #A4E7C6

Tints of Magic Mint #A4E7C6

Color information

#A4E7C6 (or 0xA4E7C6) is unknown color: approx Magic Mint. HEX triplet: A4, E7 and C6. RGB value is (164,231,198). Sum of RGB (Red+Green+Blue) = 164+231+198=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7C6 is #5B1839. Grayscale: #CFCFCF. Windows color (decimal): -5969978 or 13035428. OLE color: 13035428.

HSL color Cylindrical-coordinate representation of color #A4E7C6: hue angle of 150.45º 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 #A4E7C6 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB164231198-
CMYK0.2900.140.09
HSL150.45º58.26%77.45%-
HSV(B)150.45º29%90.59%-
XYZ54.0869.1263.92-
YUV207.2122.897.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.66%
GREEN value IS 231 (90.62% from 255) = 38.95%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=27.66%
G=38.95%
B=33.39%

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
Decimal1642311980.2900.140.09150.4558.2677.45
HexA4E7C61D0E9963a4d
Octal244347306350161122672115
Binary10100100111001111100011011101011101001100101101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E7C6; }

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

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

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

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

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

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

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

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