Html Css Color HEX #A6FED2 Magic Mint

📋 copy color: '#A6FED2'

red 166 ◦ green 254 ◦ blue 210

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

Shades of Magic Mint #A6FED2

Tints of Magic Mint #A6FED2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

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

R = 26.35%
G = 40.32%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#A6FED2 (or 0xA6FED2) is known color: Magic Mint. HEX triplet: A6, FE and D2. RGB value is (166,254,210). Sum of RGB (Red+Green+Blue) = 166+254+210=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FED2 is #59012D. Grayscale: #DEDEDE. Windows color (decimal): -5833006 or 13827750. OLE color: 13827750.

HSL color Cylindrical-coordinate representation of color #A6FED2: hue angle of 150º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FED2 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 210 -
CMYK 0.35 0 0.17 0.00
HSL 150º 0.98% 0.82% -
HSV(B) 150º 0.35% 1% -
XYZ 62.8 83.64 73.81 -
YUV 222.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 166 254 210 0.35 0 0.17 0.00 150 0.98 0.82
Hex A6 FE D2 23 0 11 0 96 62 52
Octal 246 376 322 43 0 21 0 226 142 122
Binary 10100110 11111110 11010010 100011 0 10001 0 10010110 1100010 1010010

Color Harmonies of #A6FED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FED2

Black with #A6FED2

Text Example


Text Example

White with #A6FED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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