Html Css Color HEX #A1FEC8 Magic Mint

📋 copy color: '#A1FEC8'

red 161 ◦ green 254 ◦ blue 200

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

Shades of Magic Mint #A1FEC8

Tints of Magic Mint #A1FEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.52%

R = 26.18%
G = 41.3%
B = 32.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#A1FEC8 (or 0xA1FEC8) is known color: Magic Mint. HEX triplet: A1, FE and C8. RGB value is (161,254,200). Sum of RGB (Red+Green+Blue) = 161+254+200=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEC8 is #5E0137. Grayscale: #DCDCDC. Windows color (decimal): -6160696 or 13172385. OLE color: 13172385.

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

Color convert

RGB 161 254 200 -
CMYK 0.37 0 0.21 0.00
HSL 145.16º 0.98% 0.81% -
HSV(B) 145.16º 0.37% 1% -
XYZ 60.57 82.63 67.4 -
YUV 220.04 116.69 85.89 -
System Red Green Blue C M Y K H S L
Decimal 161 254 200 0.37 0 0.21 0.00 145.16 0.98 0.81
Hex A1 FE C8 25 0 15 0 91 62 51
Octal 241 376 310 45 0 25 0 221 142 121
Binary 10100001 11111110 11001000 100101 0 10101 0 10010001 1100010 1010001

Color Harmonies of #A1FEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FEC8

Black with #A1FEC8

Text Example


Text Example

White with #A1FEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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