Html Css Color HEX #A4FEDC Magic Mint

📋 copy color: '#A4FEDC'

red 164 ◦ green 254 ◦ blue 220

#A4FEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A4FEDC

Tints of Magic Mint #A4FEDC

RGB

 RED value IS 164 (64.45% from 255) = 25.71%

 GREEN value IS 254 (99.61% from 255) = 39.81%

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 25.71%
G = 39.81%
B = 34.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#A4FEDC (or 0xA4FEDC) is known color: Magic Mint. HEX triplet: A4, FE and DC. RGB value is (164,254,220). Sum of RGB (Red+Green+Blue) = 164+254+220=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEDC is #5B0123. Grayscale: #DFDFDF. Windows color (decimal): -5964068 or 14483108. OLE color: 14483108.

HSL color Cylindrical-coordinate representation of color #A4FEDC: hue angle of 157.33º 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 #A4FEDC is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 254 220 -
CMYK 0.35 0 0.13 0.00
HSL 157.33º 0.98% 0.82% -
HSV(B) 157.33º 0.35% 1% -
XYZ 63.67 83.94 80.56 -
YUV 223.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 164 254 220 0.35 0 0.13 0.00 157.33 0.98 0.82
Hex A4 FE DC 23 0 D 0 9D 62 52
Octal 244 376 334 43 0 15 0 235 142 122
Binary 10100100 11111110 11011100 100011 0 1101 0 10011101 1100010 1010010

Color Harmonies of #A4FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FEDC

Black with #A4FEDC

Text Example


Text Example

White with #A4FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FEDC; }

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

 H1.HeaderClassName
 {
   color: #A4FEDC;
 }
 .AnyTagClassName
 {
   color: #A4FEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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