#A0FEDD

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

Shades of Magic Mint #A0FEDD

Tints of Magic Mint #A0FEDD

Color information

#A0FEDD (or 0xA0FEDD) is unknown color: approx Magic Mint. HEX triplet: A0, FE and DD. RGB value is (160,254,221). Sum of RGB (Red+Green+Blue) = 160+254+221=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEDD is #5F0122. Grayscale: #DEDEDE. Windows color (decimal): -6226211 or 14548640. OLE color: 14548640.

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

Color convert

RGB160254221-
CMYK0.3700.130.00
HSL158.94º97.92%81.18%-
HSV(B)158.94º37.01%99.61%-
XYZ62.9983.5881.22-
YUV222.13127.3683.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.20%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=25.20%
G=40%
B=34.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602542210.3700.130.00158.9497.9281.18
HexA0FEDD250D09f6251
Octal240376335450150237142121
Binary1010000011111110110111011001010110101001111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEDD; }

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

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

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

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

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

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

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

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