Html Css Color HEX #A1FECE Magic Mint

📋 copy color: '#A1FECE'

red 161 ◦ green 254 ◦ blue 206

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

Shades of Magic Mint #A1FECE

Tints of Magic Mint #A1FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 25.93%
G = 40.9%
B = 33.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#A1FECE (or 0xA1FECE) is known color: Magic Mint. HEX triplet: A1, FE and CE. RGB value is (161,254,206). Sum of RGB (Red+Green+Blue) = 161+254+206=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FECE is #5E0131. Grayscale: #DCDCDC. Windows color (decimal): -6160690 or 13565601. OLE color: 13565601.

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

Color convert

RGB 161 254 206 -
CMYK 0.37 0 0.19 0.00
HSL 149.03º 0.98% 0.81% -
HSV(B) 149.03º 0.37% 1% -
XYZ 61.28 82.92 71.17 -
YUV 220.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 161 254 206 0.37 0 0.19 0.00 149.03 0.98 0.81
Hex A1 FE CE 25 0 13 0 95 62 51
Octal 241 376 316 45 0 23 0 225 142 121
Binary 10100001 11111110 11001110 100101 0 10011 0 10010101 1100010 1010001

Color Harmonies of #A1FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FECE

Black with #A1FECE

Text Example


Text Example

White with #A1FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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