Html Css Color HEX #A1FCBE Magic Mint

📋 copy color: '#A1FCBE'

red 161 ◦ green 252 ◦ blue 190

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

Shades of Magic Mint #A1FCBE

Tints of Magic Mint #A1FCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 26.7%
G = 41.79%
B = 31.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#A1FCBE (or 0xA1FCBE) is known color: Magic Mint. HEX triplet: A1, FC and BE. RGB value is (161,252,190). Sum of RGB (Red+Green+Blue) = 161+252+190=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCBE is #5E0341. Grayscale: #D9D9D9. Windows color (decimal): -6161218 or 12516513. OLE color: 12516513.

HSL color Cylindrical-coordinate representation of color #A1FCBE: hue angle of 139.12º 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 #A1FCBE is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 190 -
CMYK 0.36 0 0.25 0.01
HSL 139.12º 0.94% 0.81% -
HSV(B) 139.12º 0.36% 0.99% -
XYZ 58.8 80.92 61.23 -
YUV 217.72 112.35 87.54 -
System Red Green Blue C M Y K H S L
Decimal 161 252 190 0.36 0 0.25 0.01 139.12 0.94 0.81
Hex A1 FC BE 24 0 19 1 8B 5E 51
Octal 241 374 276 44 0 31 1 213 136 121
Binary 10100001 11111100 10111110 100100 0 11001 1 10001011 1011110 1010001

Color Harmonies of #A1FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCBE

Black with #A1FCBE

Text Example


Text Example

White with #A1FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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