Html Css Color HEX #A1FECC Magic Mint

📋 copy color: '#A1FECC'

red 161 ◦ green 254 ◦ blue 204

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

Shades of Magic Mint #A1FECC

Tints of Magic Mint #A1FECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 26.01%
G = 41.03%
B = 32.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#A1FECC (or 0xA1FECC) is known color: Magic Mint. HEX triplet: A1, FE and CC. RGB value is (161,254,204). Sum of RGB (Red+Green+Blue) = 161+254+204=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FECC is #5E0133. Grayscale: #DCDCDC. Windows color (decimal): -6160692 or 13434529. OLE color: 13434529.

HSL color Cylindrical-coordinate representation of color #A1FECC: hue angle of 147.74º 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 #A1FECC is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 254 204 -
CMYK 0.37 0 0.20 0.00
HSL 147.74º 0.98% 0.81% -
HSV(B) 147.74º 0.37% 1% -
XYZ 61.04 82.82 69.9 -
YUV 220.49 118.69 85.57 -
System Red Green Blue C M Y K H S L
Decimal 161 254 204 0.37 0 0.20 0.00 147.74 0.98 0.81
Hex A1 FE CC 25 0 14 0 94 62 51
Octal 241 376 314 45 0 24 0 224 142 121
Binary 10100001 11111110 11001100 100101 0 10100 0 10010100 1100010 1010001

Color Harmonies of #A1FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FECC

Black with #A1FECC

Text Example


Text Example

White with #A1FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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