#A2FECD

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

Shades of Magic Mint #A2FECD

Tints of Magic Mint #A2FECD

Color information

#A2FECD (or 0xA2FECD) is unknown color: approx Magic Mint. HEX triplet: A2, FE and CD. RGB value is (162,254,205). Sum of RGB (Red+Green+Blue) = 162+254+205=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FECD is #5D0132. Grayscale: #DDDDDD. Windows color (decimal): -6095155 or 13500066. OLE color: 13500066.

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

Color convert

RGB162254205-
CMYK0.3600.190.00
HSL148.04º97.87%81.57%-
HSV(B)148.04º36.22%99.61%-
XYZ61.3682.9770.54-
YUV220.91119.0285.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.09%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=26.09%
G=40.90%
B=33.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542050.3600.190.00148.0497.8781.57
HexA2FECD240130946252
Octal242376315440230224142122
Binary10100010111111101100110110010001001101001010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FECD; }

 p { color: rgb(162,254,205); }

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

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

 a { background-color: rgb(162,254,205); }

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

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

 span { border-color: rgb(162,254,205); }

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