#A5FEDD

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

Shades of Magic Mint #A5FEDD

Tints of Magic Mint #A5FEDD

Color information

#A5FEDD (or 0xA5FEDD) is unknown color: approx Magic Mint. HEX triplet: A5, FE and DD. RGB value is (165,254,221). Sum of RGB (Red+Green+Blue) = 165+254+221=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEDD is #5A0122. Grayscale: #DFDFDF. Windows color (decimal): -5898531 or 14548645. OLE color: 14548645.

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

Color convert

RGB165254221-
CMYK0.3500.130.00
HSL157.75º97.8%82.16%-
HSV(B)157.75º35.04%99.61%-
XYZ64.0184.181.27-
YUV223.63126.5186.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.78%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=25.78%
G=39.69%
B=34.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542210.3500.130.00157.7597.882.16
HexA5FEDD230D09e6252
Octal245376335430150236142122
Binary1010010111111110110111011000110110101001111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEDD; }

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

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

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

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

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

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

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

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