Html Css Color HEX #A1FEDB Magic Mint

📋 copy color: '#A1FEDB'

red 161 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #A1FEDB

Tints of Magic Mint #A1FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.06%

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 25.39%
G = 40.06%
B = 34.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#A1FEDB (or 0xA1FEDB) is known color: Magic Mint. HEX triplet: A1, FE and DB. RGB value is (161,254,219). Sum of RGB (Red+Green+Blue) = 161+254+219=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEDB is #5E0124. Grayscale: #DEDEDE. Windows color (decimal): -6160677 or 14417569. OLE color: 14417569.

HSL color Cylindrical-coordinate representation of color #A1FEDB: hue angle of 157.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEDB is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 254 219 -
CMYK 0.37 0 0.14 0.00
HSL 157.42º 0.98% 0.81% -
HSV(B) 157.42º 0.37% 1% -
XYZ 62.93 83.58 79.83 -
YUV 222.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 161 254 219 0.37 0 0.14 0.00 157.42 0.98 0.81
Hex A1 FE DB 25 0 E 0 9D 62 51
Octal 241 376 333 45 0 16 0 235 142 121
Binary 10100001 11111110 11011011 100101 0 1110 0 10011101 1100010 1010001

Color Harmonies of #A1FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FEDB

Black with #A1FEDB

Text Example


Text Example

White with #A1FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FEDB; }

 p { color: rgb(161,254,219); }

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

background-color css

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

 a { background-color: rgb(161,254,219); }

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

border-color css

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

 span { border-color: rgb(161,254,219); }

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