Html Css Color HEX #A1FCBF Magic Mint

📋 copy color: '#A1FCBF'

red 161 ◦ green 252 ◦ blue 191

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

Shades of Magic Mint #A1FCBF

Tints of Magic Mint #A1FCBF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.72%

 BLUE value IS 191 (75% from 255) = 31.62%

R = 26.66%
G = 41.72%
B = 31.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#A1FCBF (or 0xA1FCBF) is known color: Magic Mint. HEX triplet: A1, FC and BF. RGB value is (161,252,191). Sum of RGB (Red+Green+Blue) = 161+252+191=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCBF is #5E0340. Grayscale: #D9D9D9. Windows color (decimal): -6161217 or 12582049. OLE color: 12582049.

HSL color Cylindrical-coordinate representation of color #A1FCBF: hue angle of 139.78º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCBF is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 191 -
CMYK 0.36 0 0.24 0.01
HSL 139.78º 0.94% 0.81% -
HSV(B) 139.78º 0.36% 0.99% -
XYZ 58.91 80.96 61.81 -
YUV 217.84 112.85 87.46 -
System Red Green Blue C M Y K H S L
Decimal 161 252 191 0.36 0 0.24 0.01 139.78 0.94 0.81
Hex A1 FC BF 24 0 18 1 8C 5E 51
Octal 241 374 277 44 0 30 1 214 136 121
Binary 10100001 11111100 10111111 100100 0 11000 1 10001100 1011110 1010001

Color Harmonies of #A1FCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCBF

Black with #A1FCBF

Text Example


Text Example

White with #A1FCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCBF; }

 p { color: rgb(161,252,191); }

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

background-color css

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

 a { background-color: rgb(161,252,191); }

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

border-color css

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

 span { border-color: rgb(161,252,191); }

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