Html Css Color HEX #A2FEDC Magic Mint

📋 copy color: '#A2FEDC'

red 162 ◦ green 254 ◦ blue 220

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

Shades of Magic Mint #A2FEDC

Tints of Magic Mint #A2FEDC

RGB

 RED value IS 162 (63.67% from 255) = 25.47%

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

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

R = 25.47%
G = 39.94%
B = 34.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#A2FEDC (or 0xA2FEDC) is known color: Magic Mint. HEX triplet: A2, FE and DC. RGB value is (162,254,220). Sum of RGB (Red+Green+Blue) = 162+254+220=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEDC is #5D0123. Grayscale: #DEDEDE. Windows color (decimal): -6095140 or 14483106. OLE color: 14483106.

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

Color convert

RGB 162 254 220 -
CMYK 0.36 0 0.13 0.00
HSL 157.83º 0.98% 0.82% -
HSV(B) 157.83º 0.36% 1% -
XYZ 63.26 83.73 80.54 -
YUV 222.62 126.52 84.76 -
System Red Green Blue C M Y K H S L
Decimal 162 254 220 0.36 0 0.13 0.00 157.83 0.98 0.82
Hex A2 FE DC 24 0 D 0 9E 62 52
Octal 242 376 334 44 0 15 0 236 142 122
Binary 10100010 11111110 11011100 100100 0 1101 0 10011110 1100010 1010010

Color Harmonies of #A2FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FEDC

Black with #A2FEDC

Text Example


Text Example

White with #A2FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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