Html Css Color HEX #A1F7DC Magic Mint

📋 copy color: '#A1F7DC'

red 161 ◦ green 247 ◦ blue 220

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

Shades of Magic Mint #A1F7DC

Tints of Magic Mint #A1F7DC

RGB

 RED value IS 161 (63.28% from 255) = 25.64%

 GREEN value IS 247 (96.88% from 255) = 39.33%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 25.64%
G = 39.33%
B = 35.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#A1F7DC (or 0xA1F7DC) is known color: Magic Mint. HEX triplet: A1, F7 and DC. RGB value is (161,247,220). Sum of RGB (Red+Green+Blue) = 161+247+220=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F7DC is #5E0823. Grayscale: #DADADA. Windows color (decimal): -6162468 or 14481313. OLE color: 14481313.

HSL color Cylindrical-coordinate representation of color #A1F7DC: hue angle of 161.16º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F7DC is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 247 220 -
CMYK 0.35 0 0.11 0.03
HSL 161.16º 0.84% 0.8% -
HSV(B) 161.16º 0.35% 0.97% -
XYZ 60.88 79.27 79.8 -
YUV 218.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 161 247 220 0.35 0 0.11 0.03 161.16 0.84 0.8
Hex A1 F7 DC 23 0 B 3 A1 54 50
Octal 241 367 334 43 0 13 3 241 124 120
Binary 10100001 11110111 11011100 100011 0 1011 11 10100001 1010100 1010000

Color Harmonies of #A1F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F7DC

Black with #A1F7DC

Text Example


Text Example

White with #A1F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F7DC; }

 p { color: rgb(161,247,220); }

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

background-color css

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

 a { background-color: rgb(161,247,220); }

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

border-color css

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

 span { border-color: rgb(161,247,220); }

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