#A1F4CE

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

Shades of Magic Mint #A1F4CE

Tints of Magic Mint #A1F4CE

Color information

#A1F4CE (or 0xA1F4CE) is unknown color: approx Magic Mint. HEX triplet: A1, F4 and CE. RGB value is (161,244,206). Sum of RGB (Red+Green+Blue) = 161+244+206=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F4CE is #5E0B31. Grayscale: #D6D6D6. Windows color (decimal): -6163250 or 13563041. OLE color: 13563041.

HSL color Cylindrical-coordinate representation of color #A1F4CE: hue angle of 152.53º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F4CE is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB161244206-
CMYK0.3400.160.04
HSL152.53º79.05%79.41%-
HSV(B)152.53º34.02%95.69%-
XYZ58.1976.7370.14-
YUV214.8512389.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.35%
GREEN value IS 244 (95.70% from 255) = 39.93%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=26.35%
G=39.93%
B=33.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612442060.3400.160.04152.5379.0579.41
HexA1F4CE220104994f4f
Octal241364316420204231117117
Binary1010000111110100110011101000100100001001001100110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F4CE; }

 p { color: rgb(161,244,206); }

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

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

 a { background-color: rgb(161,244,206); }

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

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

 span { border-color: rgb(161,244,206); }

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