Html Css Color HEX #A0FAD6 Magic Mint

📋 copy color: '#A0FAD6'

red 160 ◦ green 250 ◦ blue 214

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

Shades of Magic Mint #A0FAD6

Tints of Magic Mint #A0FAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 25.64%
G = 40.06%
B = 34.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#A0FAD6 (or 0xA0FAD6) is known color: Magic Mint. HEX triplet: A0, FA and D6. RGB value is (160,250,214). Sum of RGB (Red+Green+Blue) = 160+250+214=624 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.64% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FAD6 is #5F0529. Grayscale: #DBDBDB. Windows color (decimal): -6227242 or 14088864. OLE color: 14088864.

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

Color convert

RGB 160 250 214 -
CMYK 0.36 0 0.14 0.02
HSL 156º 0.9% 0.8% -
HSV(B) 156º 0.36% 0.98% -
XYZ 60.82 80.7 75.99 -
YUV 218.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 160 250 214 0.36 0 0.14 0.02 156 0.9 0.8
Hex A0 FA D6 24 0 E 2 9C 5A 50
Octal 240 372 326 44 0 16 2 234 132 120
Binary 10100000 11111010 11010110 100100 0 1110 10 10011100 1011010 1010000

Color Harmonies of #A0FAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAD6

Black with #A0FAD6

Text Example


Text Example

White with #A0FAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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