Html Css Color HEX #A1FEC6 Magic Mint

📋 copy color: '#A1FEC6'

red 161 ◦ green 254 ◦ blue 198

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

Shades of Magic Mint #A1FEC6

Tints of Magic Mint #A1FEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.3%

R = 26.26%
G = 41.44%
B = 32.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#A1FEC6 (or 0xA1FEC6) is known color: Magic Mint. HEX triplet: A1, FE and C6. RGB value is (161,254,198). Sum of RGB (Red+Green+Blue) = 161+254+198=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEC6 is #5E0139. Grayscale: #DBDBDB. Windows color (decimal): -6160698 or 13041313. OLE color: 13041313.

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

Color convert

RGB 161 254 198 -
CMYK 0.37 0 0.22 0.00
HSL 143.87º 0.98% 0.81% -
HSV(B) 143.87º 0.37% 1% -
XYZ 60.33 82.54 66.18 -
YUV 219.81 115.69 86.05 -
System Red Green Blue C M Y K H S L
Decimal 161 254 198 0.37 0 0.22 0.00 143.87 0.98 0.81
Hex A1 FE C6 25 0 16 0 90 62 51
Octal 241 376 306 45 0 26 0 220 142 121
Binary 10100001 11111110 11000110 100101 0 10110 0 10010000 1100010 1010001

Color Harmonies of #A1FEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FEC6

Black with #A1FEC6

Text Example


Text Example

White with #A1FEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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