#A1FCCF

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

Shades of Magic Mint #A1FCCF

Tints of Magic Mint #A1FCCF

Color information

#A1FCCF (or 0xA1FCCF) is unknown color: approx Magic Mint. HEX triplet: A1, FC and CF. RGB value is (161,252,207). Sum of RGB (Red+Green+Blue) = 161+252+207=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCCF is #5E0330. Grayscale: #DBDBDB. Windows color (decimal): -6161201 or 13630625. OLE color: 13630625.

HSL color Cylindrical-coordinate representation of color #A1FCCF: hue angle of 150.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCCF is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB161252207-
CMYK0.3600.180.01
HSL150.33º93.81%80.98%-
HSV(B)150.33º36.11%98.82%-
XYZ60.7781.771.6-
YUV219.66120.8586.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.97%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=25.97%
G=40.65%
B=33.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612522070.3600.180.01150.3393.8180.98
HexA1FCCF240121965e51
Octal241374317440221226136121
Binary10100001111111001100111110010001001011001011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCCF; }

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

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

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

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

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

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

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

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