Html Css Color HEX #A2FAC5 Magic Mint

📋 copy color: '#A2FAC5'

red 162 ◦ green 250 ◦ blue 197

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

Shades of Magic Mint #A2FAC5

Tints of Magic Mint #A2FAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.35%

R = 26.6%
G = 41.05%
B = 32.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#A2FAC5 (or 0xA2FAC5) is known color: Magic Mint. HEX triplet: A2, FA and C5. RGB value is (162,250,197). Sum of RGB (Red+Green+Blue) = 162+250+197=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAC5 is #5D053A. Grayscale: #D9D9D9. Windows color (decimal): -6096187 or 12974754. OLE color: 12974754.

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

Color convert

RGB 162 250 197 -
CMYK 0.35 0 0.21 0.02
HSL 143.86º 0.9% 0.81% -
HSV(B) 143.86º 0.35% 0.98% -
XYZ 59.16 80.08 65.16 -
YUV 217.65 116.35 88.31 -
System Red Green Blue C M Y K H S L
Decimal 162 250 197 0.35 0 0.21 0.02 143.86 0.9 0.81
Hex A2 FA C5 23 0 15 2 90 5A 51
Octal 242 372 305 43 0 25 2 220 132 121
Binary 10100010 11111010 11000101 100011 0 10101 10 10010000 1011010 1010001

Color Harmonies of #A2FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FAC5

Black with #A2FAC5

Text Example


Text Example

White with #A2FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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