Html Css Color HEX #A0FEDC Magic Mint

📋 copy color: '#A0FEDC'

red 160 ◦ green 254 ◦ blue 220

#A0FEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A0FEDC

Tints of Magic Mint #A0FEDC

RGB

 RED value IS 160 (62.89% from 255) = 25.24%

 GREEN value IS 254 (99.61% from 255) = 40.06%

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 25.24%
G = 40.06%
B = 34.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#A0FEDC (or 0xA0FEDC) is known color: Magic Mint. HEX triplet: A0, FE and DC. RGB value is (160,254,220). Sum of RGB (Red+Green+Blue) = 160+254+220=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEDC is #5F0123. Grayscale: #DEDEDE. Windows color (decimal): -6226212 or 14483104. OLE color: 14483104.

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

Color convert

RGB 160 254 220 -
CMYK 0.37 0 0.13 0.00
HSL 158.3º 0.98% 0.81% -
HSV(B) 158.3º 0.37% 1% -
XYZ 62.86 83.52 80.52 -
YUV 222.02 126.86 83.76 -
System Red Green Blue C M Y K H S L
Decimal 160 254 220 0.37 0 0.13 0.00 158.3 0.98 0.81
Hex A0 FE DC 25 0 D 0 9E 62 51
Octal 240 376 334 45 0 15 0 236 142 121
Binary 10100000 11111110 11011100 100101 0 1101 0 10011110 1100010 1010001

Color Harmonies of #A0FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEDC

Black with #A0FEDC

Text Example


Text Example

White with #A0FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEDC; }

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

 H1.HeaderClassName
 {
   color: #A0FEDC;
 }
 .AnyTagClassName
 {
   color: #A0FEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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