#A3FEDD

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

Shades of Magic Mint #A3FEDD

Tints of Magic Mint #A3FEDD

Color information

#A3FEDD (or 0xA3FEDD) is unknown color: approx Magic Mint. HEX triplet: A3, FE and DD. RGB value is (163,254,221). Sum of RGB (Red+Green+Blue) = 163+254+221=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FEDD is #5C0122. Grayscale: #DFDFDF. Windows color (decimal): -6029603 or 14548643. OLE color: 14548643.

HSL color Cylindrical-coordinate representation of color #A3FEDD: hue angle of 158.24º 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 #A3FEDD is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB163254221-
CMYK0.3600.130.00
HSL158.24º97.85%81.76%-
HSV(B)158.24º35.83%99.61%-
XYZ63.683.8981.25-
YUV223.03126.8585.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.55%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=25.55%
G=39.81%
B=34.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632542210.3600.130.00158.2497.8581.76
HexA3FEDD240D09e6252
Octal243376335440150236142122
Binary1010001111111110110111011001000110101001111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FEDD; }

 p { color: rgb(163,254,221); }

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

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

 a { background-color: rgb(163,254,221); }

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

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

 span { border-color: rgb(163,254,221); }

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