Html Css Color HEX #A2FADC Magic Mint

📋 copy color: '#A2FADC'

red 162 ◦ green 250 ◦ blue 220

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

Shades of Magic Mint #A2FADC

Tints of Magic Mint #A2FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.56%

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

R = 25.63%
G = 39.56%
B = 34.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#A2FADC (or 0xA2FADC) is known color: Magic Mint. HEX triplet: A2, FA and DC. RGB value is (162,250,220). Sum of RGB (Red+Green+Blue) = 162+250+220=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FADC is #5D0523. Grayscale: #DCDCDC. Windows color (decimal): -6096164 or 14482082. OLE color: 14482082.

HSL color Cylindrical-coordinate representation of color #A2FADC: hue angle of 159.55º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FADC is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 220 -
CMYK 0.35 0 0.12 0.02
HSL 159.55º 0.9% 0.81% -
HSV(B) 159.55º 0.35% 0.98% -
XYZ 62 81.22 80.12 -
YUV 220.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 162 250 220 0.35 0 0.12 0.02 159.55 0.9 0.81
Hex A2 FA DC 23 0 C 2 A0 5A 51
Octal 242 372 334 43 0 14 2 240 132 121
Binary 10100010 11111010 11011100 100011 0 1100 10 10100000 1011010 1010001

Color Harmonies of #A2FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FADC

Black with #A2FADC

Text Example


Text Example

White with #A2FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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