#A4EBBF

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

Shades of Magic Mint #A4EBBF

Tints of Magic Mint #A4EBBF

Color information

#A4EBBF (or 0xA4EBBF) is unknown color: approx Magic Mint. HEX triplet: A4, EB and BF. RGB value is (164,235,191). Sum of RGB (Red+Green+Blue) = 164+235+191=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBBF is #5B1440. Grayscale: #D0D0D0. Windows color (decimal): -5968961 or 12577700. OLE color: 12577700.

HSL color Cylindrical-coordinate representation of color #A4EBBF: hue angle of 142.82º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBBF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB164235191-
CMYK0.3000.190.08
HSL142.82º63.96%78.24%-
HSV(B)142.82º30.21%92.16%-
XYZ54.4271.0760.14-
YUV208.76117.9896.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.80%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 191 (75% from 255) = 32.37%
R=27.80%
G=39.83%
B=32.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642351910.3000.190.08142.8263.9678.24
HexA4EBBF1E01388f404e
Octal2443532773602310217100116
Binary1010010011101011101111111111001001110001000111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBBF; }

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

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

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

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

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

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

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

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