Html Css Color HEX #A2FADF Magic Mint

📋 copy color: '#A2FADF'

red 162 ◦ green 250 ◦ blue 223

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

Shades of Magic Mint #A2FADF

Tints of Magic Mint #A2FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 25.51%
G = 39.37%
B = 35.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#A2FADF (or 0xA2FADF) is known color: Magic Mint. HEX triplet: A2, FA and DF. RGB value is (162,250,223). Sum of RGB (Red+Green+Blue) = 162+250+223=635 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.51% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FADF is #5D0520. Grayscale: #DCDCDC. Windows color (decimal): -6096161 or 14678690. OLE color: 14678690.

HSL color Cylindrical-coordinate representation of color #A2FADF: hue angle of 161.59º 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 #A2FADF is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 223 -
CMYK 0.35 0 0.11 0.02
HSL 161.59º 0.9% 0.81% -
HSV(B) 161.59º 0.35% 0.98% -
XYZ 62.41 81.38 82.23 -
YUV 220.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 162 250 223 0.35 0 0.11 0.02 161.59 0.9 0.81
Hex A2 FA DF 23 0 B 2 A2 5A 51
Octal 242 372 337 43 0 13 2 242 132 121
Binary 10100010 11111010 11011111 100011 0 1011 10 10100010 1011010 1010001

Color Harmonies of #A2FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FADF

Black with #A2FADF

Text Example


Text Example

White with #A2FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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