Html Css Color HEX #A1FCDA Magic Mint

📋 copy color: '#A1FCDA'

red 161 ◦ green 252 ◦ blue 218

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

Shades of Magic Mint #A1FCDA

Tints of Magic Mint #A1FCDA

RGB

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

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

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

R = 25.52%
G = 39.94%
B = 34.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#A1FCDA (or 0xA1FCDA) is known color: Magic Mint. HEX triplet: A1, FC and DA. RGB value is (161,252,218). Sum of RGB (Red+Green+Blue) = 161+252+218=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCDA is #5E0325. Grayscale: #DCDCDC. Windows color (decimal): -6161190 or 14351521. OLE color: 14351521.

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

Color convert

RGB 161 252 218 -
CMYK 0.36 0 0.13 0.01
HSL 157.58º 0.94% 0.81% -
HSV(B) 157.58º 0.36% 0.99% -
XYZ 62.16 82.26 78.93 -
YUV 220.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 161 252 218 0.36 0 0.13 0.01 157.58 0.94 0.81
Hex A1 FC DA 24 0 D 1 9E 5E 51
Octal 241 374 332 44 0 15 1 236 136 121
Binary 10100001 11111100 11011010 100100 0 1101 1 10011110 1011110 1010001

Color Harmonies of #A1FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCDA

Black with #A1FCDA

Text Example


Text Example

White with #A1FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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