#A2FFCE

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

Shades of Magic Mint #A2FFCE

Tints of Magic Mint #A2FFCE

Color information

#A2FFCE (or 0xA2FFCE) is unknown color: approx Magic Mint. HEX triplet: A2, FF and CE. RGB value is (162,255,206). Sum of RGB (Red+Green+Blue) = 162+255+206=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFCE is #5D0031. Grayscale: #DDDDDD. Windows color (decimal): -6094898 or 13565858. OLE color: 13565858.

HSL color Cylindrical-coordinate representation of color #A2FFCE: hue angle of 148.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFCE is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB162255206-
CMYK0.3600.190
HSL148.39º100%81.76%-
HSV(B)148.39º36.47%100%-
XYZ61.883.6671.28-
YUV221.61119.1985.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.00%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=26.00%
G=40.93%
B=33.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622552060.3600.190148.3910081.76
HexA2FFCE240130946452
Octal242377316440230224144122
Binary10100010111111111100111010010001001101001010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFCE; }

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

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

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

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

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

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

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

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