Html Css Color HEX #A2FCC5 Magic Mint

📋 copy color: '#A2FCC5'

red 162 ◦ green 252 ◦ blue 197

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

Shades of Magic Mint #A2FCC5

Tints of Magic Mint #A2FCC5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.24%

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

R = 26.51%
G = 41.24%
B = 32.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#A2FCC5 (or 0xA2FCC5) is known color: Magic Mint. HEX triplet: A2, FC and C5. RGB value is (162,252,197). Sum of RGB (Red+Green+Blue) = 162+252+197=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCC5 is #5D033A. Grayscale: #DADADA. Windows color (decimal): -6095675 or 12975266. OLE color: 12975266.

HSL color Cylindrical-coordinate representation of color #A2FCC5: hue angle of 143.33º degrees, saturation: 0.94, 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 #A2FCC5 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 252 197 -
CMYK 0.36 0 0.22 0.01
HSL 143.33º 0.94% 0.81% -
HSV(B) 143.33º 0.36% 0.99% -
XYZ 59.79 81.33 65.37 -
YUV 218.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 162 252 197 0.36 0 0.22 0.01 143.33 0.94 0.81
Hex A2 FC C5 24 0 16 1 8F 5E 51
Octal 242 374 305 44 0 26 1 217 136 121
Binary 10100010 11111100 11000101 100100 0 10110 1 10001111 1011110 1010001

Color Harmonies of #A2FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCC5

Black with #A2FCC5

Text Example


Text Example

White with #A2FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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