#A1FFBB

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

Shades of Magic Mint #A1FFBB

Tints of Magic Mint #A1FFBB

Color information

#A1FFBB (or 0xA1FFBB) is unknown color: approx Magic Mint. HEX triplet: A1, FF and BB. RGB value is (161,255,187). Sum of RGB (Red+Green+Blue) = 161+255+187=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFBB is #5E0044. Grayscale: #DBDBDB. Windows color (decimal): -6160453 or 12320673. OLE color: 12320673.

HSL color Cylindrical-coordinate representation of color #A1FFBB: hue angle of 136.6º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFBB is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB161255187-
CMYK0.3700.270
HSL136.6º100%81.57%-
HSV(B)136.6º36.86%100%-
XYZ59.4382.6859.84-
YUV219.14109.8686.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.70%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=26.70%
G=42.29%
B=31.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612551870.3700.270136.610081.57
HexA1FFBB2501B0896452
Octal241377273450330211144122
Binary10100001111111111011101110010101101101000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFBB; }

 p { color: rgb(161,255,187); }

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

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

 a { background-color: rgb(161,255,187); }

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

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

 span { border-color: rgb(161,255,187); }

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