#A2FACB

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

Shades of Magic Mint #A2FACB

Tints of Magic Mint #A2FACB

Color information

#A2FACB (or 0xA2FACB) is unknown color: approx Magic Mint. HEX triplet: A2, FA and CB. RGB value is (162,250,203). Sum of RGB (Red+Green+Blue) = 162+250+203=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FACB is #5D0534. Grayscale: #DADADA. Windows color (decimal): -6096181 or 13367970. OLE color: 13367970.

HSL color Cylindrical-coordinate representation of color #A2FACB: hue angle of 147.95º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FACB is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB162250203-
CMYK0.3500.190.02
HSL147.95º89.8%80.78%-
HSV(B)147.95º35.2%98.04%-
XYZ59.8780.3668.86-
YUV218.33119.3587.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.34%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=26.34%
G=40.65%
B=33.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622502030.3500.190.02147.9589.880.78
HexA2FACB230132945a51
Octal242372313430232224132121
Binary101000101111101011001011100011010011101001010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FACB; }

 p { color: rgb(162,250,203); }

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

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

 a { background-color: rgb(162,250,203); }

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

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

 span { border-color: rgb(162,250,203); }

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