#A5FEDE

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

Shades of Magic Mint #A5FEDE

Tints of Magic Mint #A5FEDE

Color information

#A5FEDE (or 0xA5FEDE) is unknown color: approx Magic Mint. HEX triplet: A5, FE and DE. RGB value is (165,254,222). Sum of RGB (Red+Green+Blue) = 165+254+222=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEDE is #5A0121. Grayscale: #DFDFDF. Windows color (decimal): -5898530 or 14614181. OLE color: 14614181.

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

Color convert

RGB165254222-
CMYK0.3500.130.00
HSL158.43º97.8%82.16%-
HSV(B)158.43º35.04%99.61%-
XYZ64.1484.1681.97-
YUV223.74127.0186.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.74%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=25.74%
G=39.63%
B=34.63%

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
Decimal1652542220.3500.130.00158.4397.882.16
HexA5FEDE230D09e6252
Octal245376336430150236142122
Binary1010010111111110110111101000110110101001111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEDE; }

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

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

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

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

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

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

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

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