#A1FBCA

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

Shades of Magic Mint #A1FBCA

Tints of Magic Mint #A1FBCA

Color information

#A1FBCA (or 0xA1FBCA) is unknown color: approx Magic Mint. HEX triplet: A1, FB and CA. RGB value is (161,251,202). Sum of RGB (Red+Green+Blue) = 161+251+202=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBCA is #5E0435. Grayscale: #DADADA. Windows color (decimal): -6161462 or 13302689. OLE color: 13302689.

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

Color convert

RGB161251202-
CMYK0.3600.200.02
HSL147.33º91.84%80.78%-
HSV(B)147.33º35.86%98.43%-
XYZ59.8680.8468.33-
YUV218.5118.6886.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=26.22%
G=40.88%
B=32.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612512020.3600.200.02147.3391.8480.78
HexA1FBCA240142935c51
Octal241373312440242223134121
Binary101000011111101111001010100100010100101001001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBCA; }

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

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

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

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

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

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

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

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