#A0FFDA

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

Shades of Magic Mint #A0FFDA

Tints of Magic Mint #A0FFDA

Color information

#A0FFDA (or 0xA0FFDA) is unknown color: approx Magic Mint. HEX triplet: A0, FF and DA. RGB value is (160,255,218). Sum of RGB (Red+Green+Blue) = 160+255+218=633 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.28% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFDA is #5F0025. Grayscale: #DEDEDE. Windows color (decimal): -6225958 or 14352288. OLE color: 14352288.

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

Color convert

RGB160255218-
CMYK0.3700.150
HSL156.63º100%81.37%-
HSV(B)156.63º37.25%100%-
XYZ62.9184.0679.24-
YUV222.38125.5383.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.28%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=25.28%
G=40.28%
B=34.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602552180.3700.150156.6310081.37
HexA0FFDA250F09d6451
Octal240377332450170235144121
Binary1010000011111111110110101001010111101001110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFDA; }

 p { color: rgb(160,255,218); }

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

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

 a { background-color: rgb(160,255,218); }

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

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

 span { border-color: rgb(160,255,218); }

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