Html Css Color HEX #A1F2DA Magic Mint

📋 copy color: '#A1F2DA'

red 161 ◦ green 242 ◦ blue 218

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

Shades of Magic Mint #A1F2DA

Tints of Magic Mint #A1F2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.97%

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 25.93%
G = 38.97%
B = 35.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#A1F2DA (or 0xA1F2DA) is known color: Magic Mint. HEX triplet: A1, F2 and DA. RGB value is (161,242,218). Sum of RGB (Red+Green+Blue) = 161+242+218=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2DA is #5E0D25. Grayscale: #D7D7D7. Windows color (decimal): -6163750 or 14348961. OLE color: 14348961.

HSL color Cylindrical-coordinate representation of color #A1F2DA: hue angle of 162.22º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F2DA is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 242 218 -
CMYK 0.33 0 0.10 0.05
HSL 162.22º 0.76% 0.79% -
HSV(B) 162.22º 0.33% 0.95% -
XYZ 59.1 76.14 77.91 -
YUV 215.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 161 242 218 0.33 0 0.10 0.05 162.22 0.76 0.79
Hex A1 F2 DA 21 0 A 5 A2 4C 4F
Octal 241 362 332 41 0 12 5 242 114 117
Binary 10100001 11110010 11011010 100001 0 1010 101 10100010 1001100 1001111

Color Harmonies of #A1F2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F2DA

Black with #A1F2DA

Text Example


Text Example

White with #A1F2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F2DA; }

 p { color: rgb(161,242,218); }

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

background-color css

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

 a { background-color: rgb(161,242,218); }

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

border-color css

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

 span { border-color: rgb(161,242,218); }

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