#A1FBCF

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

Shades of Magic Mint #A1FBCF

Tints of Magic Mint #A1FBCF

Color information

#A1FBCF (or 0xA1FBCF) is unknown color: approx Magic Mint. HEX triplet: A1, FB and CF. RGB value is (161,251,207). Sum of RGB (Red+Green+Blue) = 161+251+207=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBCF is #5E0430. Grayscale: #DBDBDB. Windows color (decimal): -6161457 or 13630369. OLE color: 13630369.

HSL color Cylindrical-coordinate representation of color #A1FBCF: hue angle of 150.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 #A1FBCF is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB161251207-
CMYK0.3600.180.02
HSL150.67º91.84%80.78%-
HSV(B)150.67º35.86%98.43%-
XYZ60.4681.0871.49-
YUV219.07121.1886.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=26.01%
G=40.55%
B=33.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612512070.3600.180.02150.6791.8480.78
HexA1FBCF240122975c51
Octal241373317440222227134121
Binary101000011111101111001111100100010010101001011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBCF; }

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

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

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

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

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

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

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

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