Html Css Color HEX #A2FAC3 Magic Mint

📋 copy color: '#A2FAC3'

red 162 ◦ green 250 ◦ blue 195

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

Shades of Magic Mint #A2FAC3

Tints of Magic Mint #A2FAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.13%

R = 26.69%
G = 41.19%
B = 32.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#A2FAC3 (or 0xA2FAC3) is known color: Magic Mint. HEX triplet: A2, FA and C3. RGB value is (162,250,195). Sum of RGB (Red+Green+Blue) = 162+250+195=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAC3 is #5D053C. Grayscale: #D9D9D9. Windows color (decimal): -6096189 or 12843682. OLE color: 12843682.

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

Color convert

RGB 162 250 195 -
CMYK 0.35 0 0.22 0.02
HSL 142.5º 0.9% 0.81% -
HSV(B) 142.5º 0.35% 0.98% -
XYZ 58.94 79.99 63.96 -
YUV 217.42 115.35 88.47 -
System Red Green Blue C M Y K H S L
Decimal 162 250 195 0.35 0 0.22 0.02 142.5 0.9 0.81
Hex A2 FA C3 23 0 16 2 8E 5A 51
Octal 242 372 303 43 0 26 2 216 132 121
Binary 10100010 11111010 11000011 100011 0 10110 10 10001110 1011010 1010001

Color Harmonies of #A2FAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FAC3

Black with #A2FAC3

Text Example


Text Example

White with #A2FAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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