Html Css Color HEX #A2FDC1 Magic Mint

📋 copy color: '#A2FDC1'

red 162 ◦ green 253 ◦ blue 193

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

Shades of Magic Mint #A2FDC1

Tints of Magic Mint #A2FDC1

RGB

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

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

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

R = 26.64%
G = 41.61%
B = 31.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#A2FDC1 (or 0xA2FDC1) is known color: Magic Mint. HEX triplet: A2, FD and C1. RGB value is (162,253,193). Sum of RGB (Red+Green+Blue) = 162+253+193=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDC1 is #5D023E. Grayscale: #DBDBDB. Windows color (decimal): -6095423 or 12713378. OLE color: 12713378.

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

Color convert

RGB 162 253 193 -
CMYK 0.36 0 0.24 0.01
HSL 140.44º 0.96% 0.81% -
HSV(B) 140.44º 0.36% 0.99% -
XYZ 59.65 81.78 63.09 -
YUV 218.95 113.35 87.38 -
System Red Green Blue C M Y K H S L
Decimal 162 253 193 0.36 0 0.24 0.01 140.44 0.96 0.81
Hex A2 FD C1 24 0 18 1 8C 60 51
Octal 242 375 301 44 0 30 1 214 140 121
Binary 10100010 11111101 11000001 100100 0 11000 1 10001100 1100000 1010001

Color Harmonies of #A2FDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDC1

Black with #A2FDC1

Text Example


Text Example

White with #A2FDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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