Html Css Color HEX #A0FADB Magic Mint

📋 copy color: '#A0FADB'

red 160 ◦ green 250 ◦ blue 219

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

Shades of Magic Mint #A0FADB

Tints of Magic Mint #A0FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.82%

R = 25.44%
G = 39.75%
B = 34.82%

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

#A0FADB (or 0xA0FADB) is known color: Magic Mint. HEX triplet: A0, FA and DB. RGB value is (160,250,219). Sum of RGB (Red+Green+Blue) = 160+250+219=629 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.44% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FADB is #5F0524. Grayscale: #DBDBDB. Windows color (decimal): -6227237 or 14416544. OLE color: 14416544.

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

Color convert

RGB 160 250 219 -
CMYK 0.36 0 0.12 0.02
HSL 159.33º 0.9% 0.8% -
HSV(B) 159.33º 0.36% 0.98% -
XYZ 61.47 80.96 79.4 -
YUV 219.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 160 250 219 0.36 0 0.12 0.02 159.33 0.9 0.8
Hex A0 FA DB 24 0 C 2 9F 5A 50
Octal 240 372 333 44 0 14 2 237 132 120
Binary 10100000 11111010 11011011 100100 0 1100 10 10011111 1011010 1010000

Color Harmonies of #A0FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FADB

Black with #A0FADB

Text Example


Text Example

White with #A0FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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