#A4EDBF

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

Shades of Magic Mint #A4EDBF

Tints of Magic Mint #A4EDBF

Color information

#A4EDBF (or 0xA4EDBF) is unknown color: approx Magic Mint. HEX triplet: A4, ED and BF. RGB value is (164,237,191). Sum of RGB (Red+Green+Blue) = 164+237+191=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDBF is #5B1240. Grayscale: #D2D2D2. Windows color (decimal): -5968449 or 12578212. OLE color: 12578212.

HSL color Cylindrical-coordinate representation of color #A4EDBF: hue angle of 142.19º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDBF is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB164237191-
CMYK0.3100.190.07
HSL142.19º66.97%78.63%-
HSV(B)142.19º30.8%92.94%-
XYZ5572.2260.33-
YUV209.93117.3295.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.70%
GREEN value IS 237 (92.97% from 255) = 40.03%
BLUE value IS 191 (75% from 255) = 32.26%
R=27.70%
G=40.03%
B=32.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642371910.3100.190.07142.1966.9778.63
HexA4EDBF1F01378e434f
Octal244355277370237216103117
Binary101001001110110110111111111110100111111000111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDBF; }

 p { color: rgb(164,237,191); }

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

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

 a { background-color: rgb(164,237,191); }

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

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

 span { border-color: rgb(164,237,191); }

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