Html Css Color HEX #A6FAD1 Magic Mint

📋 copy color: '#A6FAD1'

red 166 ◦ green 250 ◦ blue 209

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

Shades of Magic Mint #A6FAD1

Tints of Magic Mint #A6FAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.44%

R = 26.56%
G = 40%
B = 33.44%

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

#A6FAD1 (or 0xA6FAD1) is known color: Magic Mint. HEX triplet: A6, FA and D1. RGB value is (166,250,209). Sum of RGB (Red+Green+Blue) = 166+250+209=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAD1 is #59052E. Grayscale: #DCDCDC. Windows color (decimal): -5834031 or 13761190. OLE color: 13761190.

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

Color convert

RGB 166 250 209 -
CMYK 0.34 0 0.16 0.02
HSL 150.71º 0.89% 0.82% -
HSV(B) 150.71º 0.34% 0.98% -
XYZ 61.42 81.08 72.73 -
YUV 220.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 166 250 209 0.34 0 0.16 0.02 150.71 0.89 0.82
Hex A6 FA D1 22 0 10 2 97 59 52
Octal 246 372 321 42 0 20 2 227 131 122
Binary 10100110 11111010 11010001 100010 0 10000 10 10010111 1011001 1010010

Color Harmonies of #A6FAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAD1

Black with #A6FAD1

Text Example


Text Example

White with #A6FAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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