Html Css Color HEX #A2FCC1 Magic Mint

📋 copy color: '#A2FCC1'

red 162 ◦ green 252 ◦ blue 193

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

Shades of Magic Mint #A2FCC1

Tints of Magic Mint #A2FCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.8%

R = 26.69%
G = 41.52%
B = 31.8%

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

#A2FCC1 (or 0xA2FCC1) is known color: Magic Mint. HEX triplet: A2, FC and C1. RGB value is (162,252,193). Sum of RGB (Red+Green+Blue) = 162+252+193=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCC1 is #5D033E. Grayscale: #DADADA. Windows color (decimal): -6095679 or 12713122. OLE color: 12713122.

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

Color convert

RGB 162 252 193 -
CMYK 0.36 0 0.23 0.01
HSL 140.67º 0.94% 0.81% -
HSV(B) 140.67º 0.36% 0.99% -
XYZ 59.34 81.15 62.99 -
YUV 218.36 113.68 87.8 -
System Red Green Blue C M Y K H S L
Decimal 162 252 193 0.36 0 0.23 0.01 140.67 0.94 0.81
Hex A2 FC C1 24 0 17 1 8D 5E 51
Octal 242 374 301 44 0 27 1 215 136 121
Binary 10100010 11111100 11000001 100100 0 10111 1 10001101 1011110 1010001

Color Harmonies of #A2FCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCC1

Black with #A2FCC1

Text Example


Text Example

White with #A2FCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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