#A1FBC3

Color #A1FBC3 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A1FBC3

Tints of Magic Mint #A1FBC3

Color information

#A1FBC3 (or 0xA1FBC3) is unknown color: approx Magic Mint. HEX triplet: A1, FB and C3. RGB value is (161,251,195). Sum of RGB (Red+Green+Blue) = 161+251+195=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBC3 is #5E043C. Grayscale: #D9D9D9. Windows color (decimal): -6161469 or 12843937. OLE color: 12843937.

HSL color Cylindrical-coordinate representation of color #A1FBC3: hue angle of 142.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBC3 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB161251195-
CMYK0.3600.220.02
HSL142.67º91.84%80.78%-
HSV(B)142.67º35.86%98.43%-
XYZ59.0580.5164.06-
YUV217.71115.1887.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.52%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=26.52%
G=41.35%
B=32.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511950.3600.220.02142.6791.8480.78
HexA1FBC32401628f5c51
Octal241373303440262217134121
Binary101000011111101111000011100100010110101000111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBC3; }

 p { color: rgb(161,251,195); }

 H1.HeaderClassName
 {
   color: #A1FBC3;
 }
 .AnyTagClassName
 {
   color: #A1FBC3;
 }
</style>
background-color css

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

 a { background-color: rgb(161,251,195); }

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

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

 span { border-color: rgb(161,251,195); }

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