Html Css Color HEX #A6FED7 Magic Mint

📋 copy color: '#A6FED7'

red 166 ◦ green 254 ◦ blue 215

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

Shades of Magic Mint #A6FED7

Tints of Magic Mint #A6FED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 26.14%
G = 40%
B = 33.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#A6FED7 (or 0xA6FED7) is known color: Magic Mint. HEX triplet: A6, FE and D7. RGB value is (166,254,215). Sum of RGB (Red+Green+Blue) = 166+254+215=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FED7 is #590128. Grayscale: #DFDFDF. Windows color (decimal): -5833001 or 14155430. OLE color: 14155430.

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

Color convert

RGB 166 254 215 -
CMYK 0.35 0 0.15 0.00
HSL 153.41º 0.98% 0.82% -
HSV(B) 153.41º 0.35% 1% -
XYZ 63.43 83.9 77.14 -
YUV 223.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 166 254 215 0.35 0 0.15 0.00 153.41 0.98 0.82
Hex A6 FE D7 23 0 F 0 99 62 52
Octal 246 376 327 43 0 17 0 231 142 122
Binary 10100110 11111110 11010111 100011 0 1111 0 10011001 1100010 1010010

Color Harmonies of #A6FED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FED7

Black with #A6FED7

Text Example


Text Example

White with #A6FED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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