Html Css Color HEX #A2FAD9 Magic Mint

📋 copy color: '#A2FAD9'

red 162 ◦ green 250 ◦ blue 217

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

Shades of Magic Mint #A2FAD9

Tints of Magic Mint #A2FAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.5%

R = 25.76%
G = 39.75%
B = 34.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#A2FAD9 (or 0xA2FAD9) is known color: Magic Mint. HEX triplet: A2, FA and D9. RGB value is (162,250,217). Sum of RGB (Red+Green+Blue) = 162+250+217=629 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.76% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAD9 is #5D0526. Grayscale: #DBDBDB. Windows color (decimal): -6096167 or 14285474. OLE color: 14285474.

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

Color convert

RGB 162 250 217 -
CMYK 0.35 0 0.13 0.02
HSL 157.5º 0.9% 0.81% -
HSV(B) 157.5º 0.35% 0.98% -
XYZ 61.61 81.06 78.05 -
YUV 219.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 162 250 217 0.35 0 0.13 0.02 157.5 0.9 0.81
Hex A2 FA D9 23 0 D 2 9E 5A 51
Octal 242 372 331 43 0 15 2 236 132 121
Binary 10100010 11111010 11011001 100011 0 1101 10 10011110 1011010 1010001

Color Harmonies of #A2FAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FAD9

Black with #A2FAD9

Text Example


Text Example

White with #A2FAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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