Html Css Color HEX #A2FEDA Magic Mint

📋 copy color: '#A2FEDA'

red 162 ◦ green 254 ◦ blue 218

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

Shades of Magic Mint #A2FEDA

Tints of Magic Mint #A2FEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.38%

R = 25.55%
G = 40.06%
B = 34.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#A2FEDA (or 0xA2FEDA) is known color: Magic Mint. HEX triplet: A2, FE and DA. RGB value is (162,254,218). Sum of RGB (Red+Green+Blue) = 162+254+218=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEDA is #5D0125. Grayscale: #DEDEDE. Windows color (decimal): -6095142 or 14352034. OLE color: 14352034.

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

Color convert

RGB 162 254 218 -
CMYK 0.36 0 0.14 0.00
HSL 156.52º 0.98% 0.82% -
HSV(B) 156.52º 0.36% 1% -
XYZ 63 83.63 79.15 -
YUV 222.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 162 254 218 0.36 0 0.14 0.00 156.52 0.98 0.82
Hex A2 FE DA 24 0 E 0 9D 62 52
Octal 242 376 332 44 0 16 0 235 142 122
Binary 10100010 11111110 11011010 100100 0 1110 0 10011101 1100010 1010010

Color Harmonies of #A2FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FEDA

Black with #A2FEDA

Text Example


Text Example

White with #A2FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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