Html Css Color HEX #A1F2D9 Magic Mint

📋 copy color: '#A1F2D9'

red 161 ◦ green 242 ◦ blue 217

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

Shades of Magic Mint #A1F2D9

Tints of Magic Mint #A1F2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35%

R = 25.97%
G = 39.03%
B = 35%

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

#A1F2D9 (or 0xA1F2D9) is known color: Magic Mint. HEX triplet: A1, F2 and D9. RGB value is (161,242,217). Sum of RGB (Red+Green+Blue) = 161+242+217=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2D9 is #5E0D26. Grayscale: #D6D6D6. Windows color (decimal): -6163751 or 14283425. OLE color: 14283425.

HSL color Cylindrical-coordinate representation of color #A1F2D9: hue angle of 161.48º 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 #A1F2D9 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 242 217 -
CMYK 0.33 0 0.10 0.05
HSL 161.48º 0.76% 0.79% -
HSV(B) 161.48º 0.33% 0.95% -
XYZ 58.97 76.09 77.22 -
YUV 214.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 161 242 217 0.33 0 0.10 0.05 161.48 0.76 0.79
Hex A1 F2 D9 21 0 A 5 A1 4C 4F
Octal 241 362 331 41 0 12 5 241 114 117
Binary 10100001 11110010 11011001 100001 0 1010 101 10100001 1001100 1001111

Color Harmonies of #A1F2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F2D9

Black with #A1F2D9

Text Example


Text Example

White with #A1F2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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