Html Css Color HEX #A0FADD Magic Mint

📋 copy color: '#A0FADD'

red 160 ◦ green 250 ◦ blue 221

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

Shades of Magic Mint #A0FADD

Tints of Magic Mint #A0FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.62%

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 25.36%
G = 39.62%
B = 35.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#A0FADD (or 0xA0FADD) is known color: Magic Mint. HEX triplet: A0, FA and DD. RGB value is (160,250,221). Sum of RGB (Red+Green+Blue) = 160+250+221=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FADD is #5F0522. Grayscale: #DBDBDB. Windows color (decimal): -6227235 or 14547616. OLE color: 14547616.

HSL color Cylindrical-coordinate representation of color #A0FADD: hue angle of 160.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FADD is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 221 -
CMYK 0.36 0 0.12 0.02
HSL 160.67º 0.9% 0.8% -
HSV(B) 160.67º 0.36% 0.98% -
XYZ 61.73 81.07 80.8 -
YUV 219.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 160 250 221 0.36 0 0.12 0.02 160.67 0.9 0.8
Hex A0 FA DD 24 0 C 2 A1 5A 50
Octal 240 372 335 44 0 14 2 241 132 120
Binary 10100000 11111010 11011101 100100 0 1100 10 10100001 1011010 1010000

Color Harmonies of #A0FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FADD

Black with #A0FADD

Text Example


Text Example

White with #A0FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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