Html Css Color HEX #A6FED4 Magic Mint

📋 copy color: '#A6FED4'

red 166 ◦ green 254 ◦ blue 212

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

Shades of Magic Mint #A6FED4

Tints of Magic Mint #A6FED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.54%

R = 26.27%
G = 40.19%
B = 33.54%

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

#A6FED4 (or 0xA6FED4) is known color: Magic Mint. HEX triplet: A6, FE and D4. RGB value is (166,254,212). Sum of RGB (Red+Green+Blue) = 166+254+212=632 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.27% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FED4 is #59012B. Grayscale: #DEDEDE. Windows color (decimal): -5833004 or 13958822. OLE color: 13958822.

HSL color Cylindrical-coordinate representation of color #A6FED4: hue angle of 151.36º 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 #A6FED4 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 212 -
CMYK 0.35 0 0.17 0.00
HSL 151.36º 0.98% 0.82% -
HSV(B) 151.36º 0.35% 1% -
XYZ 63.05 83.74 75.13 -
YUV 222.9 121.85 87.42 -
System Red Green Blue C M Y K H S L
Decimal 166 254 212 0.35 0 0.17 0.00 151.36 0.98 0.82
Hex A6 FE D4 23 0 11 0 97 62 52
Octal 246 376 324 43 0 21 0 227 142 122
Binary 10100110 11111110 11010100 100011 0 10001 0 10010111 1100010 1010010

Color Harmonies of #A6FED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FED4

Black with #A6FED4

Text Example


Text Example

White with #A6FED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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