Html Css Color HEX #A2FFE2 Magic Mint

📋 copy color: '#A2FFE2'

red 162 ◦ green 255 ◦ blue 226

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

Shades of Magic Mint #A2FFE2

Tints of Magic Mint #A2FFE2

RGB

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

 GREEN value IS 255 (100% from 255) = 39.66%

 BLUE value IS 226 (88.67% from 255) = 35.15%

R = 25.19%
G = 39.66%
B = 35.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#A2FFE2 (or 0xA2FFE2) is known color: Magic Mint. HEX triplet: A2, FF and E2. RGB value is (162,255,226). Sum of RGB (Red+Green+Blue) = 162+255+226=643 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.19% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFE2 is #5D001D. Grayscale: #DFDFDF. Windows color (decimal): -6094878 or 14876578. OLE color: 14876578.

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

Color convert

RGB 162 255 226 -
CMYK 0.36 0 0.11 0
HSL 161.29º 1% 0.82% -
HSV(B) 161.29º 0.36% 1% -
XYZ 64.39 84.69 84.91 -
YUV 223.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 162 255 226 0.36 0 0.11 0 161.29 1 0.82
Hex A2 FF E2 24 0 B 0 A1 64 52
Octal 242 377 342 44 0 13 0 241 144 122
Binary 10100010 11111111 11100010 100100 0 1011 0 10100001 1100100 1010010

Color Harmonies of #A2FFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFE2

Black with #A2FFE2

Text Example


Text Example

White with #A2FFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFE2; }

 p { color: rgb(162,255,226); }

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

background-color css

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

 a { background-color: rgb(162,255,226); }

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

border-color css

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

 span { border-color: rgb(162,255,226); }

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