Html Css Color HEX #A2FEDD Magic Mint

📋 copy color: '#A2FEDD'

red 162 ◦ green 254 ◦ blue 221

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

Shades of Magic Mint #A2FEDD

Tints of Magic Mint #A2FEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 25.43%
G = 39.87%
B = 34.69%

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

#A2FEDD (or 0xA2FEDD) is known color: Magic Mint. HEX triplet: A2, FE and DD. RGB value is (162,254,221). Sum of RGB (Red+Green+Blue) = 162+254+221=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEDD is #5D0122. Grayscale: #DEDEDE. Windows color (decimal): -6095139 or 14548642. OLE color: 14548642.

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

Color convert

RGB 162 254 221 -
CMYK 0.36 0 0.13 0.00
HSL 158.48º 0.98% 0.82% -
HSV(B) 158.48º 0.36% 1% -
XYZ 63.39 83.79 81.24 -
YUV 222.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 162 254 221 0.36 0 0.13 0.00 158.48 0.98 0.82
Hex A2 FE DD 24 0 D 0 9E 62 52
Octal 242 376 335 44 0 15 0 236 142 122
Binary 10100010 11111110 11011101 100100 0 1101 0 10011110 1100010 1010010

Color Harmonies of #A2FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FEDD

Black with #A2FEDD

Text Example


Text Example

White with #A2FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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