Html Css Color HEX #A2FDC4 Magic Mint

📋 copy color: '#A2FDC4'

red 162 ◦ green 253 ◦ blue 196

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

Shades of Magic Mint #A2FDC4

Tints of Magic Mint #A2FDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.41%

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 26.51%
G = 41.41%
B = 32.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#A2FDC4 (or 0xA2FDC4) is known color: Magic Mint. HEX triplet: A2, FD and C4. RGB value is (162,253,196). Sum of RGB (Red+Green+Blue) = 162+253+196=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDC4 is #5D023B. Grayscale: #DBDBDB. Windows color (decimal): -6095420 or 12909986. OLE color: 12909986.

HSL color Cylindrical-coordinate representation of color #A2FDC4: hue angle of 142.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FDC4 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 196 -
CMYK 0.36 0 0.23 0.01
HSL 142.42º 0.96% 0.81% -
HSV(B) 142.42º 0.36% 0.99% -
XYZ 59.99 81.92 64.87 -
YUV 219.29 114.85 87.13 -
System Red Green Blue C M Y K H S L
Decimal 162 253 196 0.36 0 0.23 0.01 142.42 0.96 0.81
Hex A2 FD C4 24 0 17 1 8E 60 51
Octal 242 375 304 44 0 27 1 216 140 121
Binary 10100010 11111101 11000100 100100 0 10111 1 10001110 1100000 1010001

Color Harmonies of #A2FDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDC4

Black with #A2FDC4

Text Example


Text Example

White with #A2FDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDC4; }

 p { color: rgb(162,253,196); }

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

background-color css

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

 a { background-color: rgb(162,253,196); }

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

border-color css

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

 span { border-color: rgb(162,253,196); }

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