Html Css Color HEX #A6FAD2 Magic Mint

📋 copy color: '#A6FAD2'

red 166 ◦ green 250 ◦ blue 210

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

Shades of Magic Mint #A6FAD2

Tints of Magic Mint #A6FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.55%

R = 26.52%
G = 39.94%
B = 33.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#A6FAD2 (or 0xA6FAD2) is known color: Magic Mint. HEX triplet: A6, FA and D2. RGB value is (166,250,210). Sum of RGB (Red+Green+Blue) = 166+250+210=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAD2 is #59052D. Grayscale: #DCDCDC. Windows color (decimal): -5834030 or 13826726. OLE color: 13826726.

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

Color convert

RGB 166 250 210 -
CMYK 0.34 0 0.16 0.02
HSL 151.43º 0.89% 0.82% -
HSV(B) 151.43º 0.34% 0.98% -
XYZ 61.54 81.13 73.39 -
YUV 220.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 166 250 210 0.34 0 0.16 0.02 151.43 0.89 0.82
Hex A6 FA D2 22 0 10 2 97 59 52
Octal 246 372 322 42 0 20 2 227 131 122
Binary 10100110 11111010 11010010 100010 0 10000 10 10010111 1011001 1010010

Color Harmonies of #A6FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAD2

Black with #A6FAD2

Text Example


Text Example

White with #A6FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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