Html Css Color HEX #A0FAD4 Magic Mint

📋 copy color: '#A0FAD4'

red 160 ◦ green 250 ◦ blue 212

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

Shades of Magic Mint #A0FAD4

Tints of Magic Mint #A0FAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.08%

R = 25.72%
G = 40.19%
B = 34.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#A0FAD4 (or 0xA0FAD4) is known color: Magic Mint. HEX triplet: A0, FA and D4. RGB value is (160,250,212). Sum of RGB (Red+Green+Blue) = 160+250+212=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FAD4 is #5F052B. Grayscale: #DADADA. Windows color (decimal): -6227244 or 13957792. OLE color: 13957792.

HSL color Cylindrical-coordinate representation of color #A0FAD4: hue angle of 154.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 #A0FAD4 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 212 -
CMYK 0.36 0 0.15 0.02
HSL 154.67º 0.9% 0.8% -
HSV(B) 154.67º 0.36% 0.98% -
XYZ 60.57 80.6 74.65 -
YUV 218.76 124.18 86.09 -
System Red Green Blue C M Y K H S L
Decimal 160 250 212 0.36 0 0.15 0.02 154.67 0.9 0.8
Hex A0 FA D4 24 0 F 2 9B 5A 50
Octal 240 372 324 44 0 17 2 233 132 120
Binary 10100000 11111010 11010100 100100 0 1111 10 10011011 1011010 1010000

Color Harmonies of #A0FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAD4

Black with #A0FAD4

Text Example


Text Example

White with #A0FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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