Html Css Color HEX #A6FADA Magic Mint

📋 copy color: '#A6FADA'

red 166 ◦ green 250 ◦ blue 218

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

Shades of Magic Mint #A6FADA

Tints of Magic Mint #A6FADA

RGB

 RED value IS 166 (65.23% from 255) = 26.18%

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

 BLUE value IS 218 (85.55% from 255) = 34.38%

R = 26.18%
G = 39.43%
B = 34.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#A6FADA (or 0xA6FADA) is known color: Magic Mint. HEX triplet: A6, FA and DA. RGB value is (166,250,218). Sum of RGB (Red+Green+Blue) = 166+250+218=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FADA is #590525. Grayscale: #DDDDDD. Windows color (decimal): -5834022 or 14351014. OLE color: 14351014.

HSL color Cylindrical-coordinate representation of color #A6FADA: hue angle of 157.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FADA is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 218 -
CMYK 0.34 0 0.13 0.02
HSL 157.14º 0.89% 0.82% -
HSV(B) 157.14º 0.34% 0.98% -
XYZ 62.57 81.54 78.77 -
YUV 221.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 166 250 218 0.34 0 0.13 0.02 157.14 0.89 0.82
Hex A6 FA DA 22 0 D 2 9D 59 52
Octal 246 372 332 42 0 15 2 235 131 122
Binary 10100110 11111010 11011010 100010 0 1101 10 10011101 1011001 1010010

Color Harmonies of #A6FADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FADA

Black with #A6FADA

Text Example


Text Example

White with #A6FADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FADA; }

 p { color: rgb(166,250,218); }

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

background-color css

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

 a { background-color: rgb(166,250,218); }

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

border-color css

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

 span { border-color: rgb(166,250,218); }

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