Html Css Color HEX #A1F9DA Magic Mint

📋 copy color: '#A1F9DA'

red 161 ◦ green 249 ◦ blue 218

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

Shades of Magic Mint #A1F9DA

Tints of Magic Mint #A1F9DA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.65%

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

R = 25.64%
G = 39.65%
B = 34.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#A1F9DA (or 0xA1F9DA) is known color: Magic Mint. HEX triplet: A1, F9 and DA. RGB value is (161,249,218). Sum of RGB (Red+Green+Blue) = 161+249+218=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9DA is #5E0625. Grayscale: #DBDBDB. Windows color (decimal): -6161958 or 14350753. OLE color: 14350753.

HSL color Cylindrical-coordinate representation of color #A1F9DA: hue angle of 158.86º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9DA is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 218 -
CMYK 0.35 0 0.12 0.02
HSL 158.86º 0.88% 0.8% -
HSV(B) 158.86º 0.35% 0.98% -
XYZ 61.23 80.39 78.62 -
YUV 219.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 161 249 218 0.35 0 0.12 0.02 158.86 0.88 0.8
Hex A1 F9 DA 23 0 C 2 9F 58 50
Octal 241 371 332 43 0 14 2 237 130 120
Binary 10100001 11111001 11011010 100011 0 1100 10 10011111 1011000 1010000

Color Harmonies of #A1F9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F9DA

Black with #A1F9DA

Text Example


Text Example

White with #A1F9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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