#A4FEDB

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

Shades of Magic Mint #A4FEDB

Tints of Magic Mint #A4FEDB

Color information

#A4FEDB (or 0xA4FEDB) is unknown color: approx Magic Mint. HEX triplet: A4, FE and DB. RGB value is (164,254,219). Sum of RGB (Red+Green+Blue) = 164+254+219=637 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.75% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEDB is #5B0124. Grayscale: #DFDFDF. Windows color (decimal): -5964069 or 14417572. OLE color: 14417572.

HSL color Cylindrical-coordinate representation of color #A4FEDB: hue angle of 156.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEDB is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB164254219-
CMYK0.3500.140.00
HSL156.67º97.83%81.96%-
HSV(B)156.67º35.43%99.61%-
XYZ63.5483.8979.86-
YUV223.1125.6885.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.75%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=25.75%
G=39.87%
B=34.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542190.3500.140.00156.6797.8381.96
HexA4FEDB230E09d6252
Octal244376333430160235142122
Binary1010010011111110110110111000110111001001110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEDB; }

 p { color: rgb(164,254,219); }

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

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

 a { background-color: rgb(164,254,219); }

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

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

 span { border-color: rgb(164,254,219); }

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