#A2FCCE

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

Shades of Magic Mint #A2FCCE

Tints of Magic Mint #A2FCCE

Color information

#A2FCCE (or 0xA2FCCE) is unknown color: approx Magic Mint. HEX triplet: A2, FC and CE. RGB value is (162,252,206). Sum of RGB (Red+Green+Blue) = 162+252+206=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCCE is #5D0331. Grayscale: #DBDBDB. Windows color (decimal): -6095666 or 13565090. OLE color: 13565090.

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

Color convert

RGB162252206-
CMYK0.3600.180.01
HSL149.33º93.75%81.18%-
HSV(B)149.33º35.71%98.82%-
XYZ60.8581.7670.97-
YUV219.85120.1886.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.13%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=26.13%
G=40.65%
B=33.23%

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
Decimal1622522060.3600.180.01149.3393.7581.18
HexA2FCCE240121955e51
Octal242374316440221225136121
Binary10100010111111001100111010010001001011001010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCCE; }

 p { color: rgb(162,252,206); }

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

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

 a { background-color: rgb(162,252,206); }

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

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

 span { border-color: rgb(162,252,206); }

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