Html Css Color HEX #A6FED5 Magic Mint

📋 copy color: '#A6FED5'

red 166 ◦ green 254 ◦ blue 213

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

Shades of Magic Mint #A6FED5

Tints of Magic Mint #A6FED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.65%

R = 26.22%
G = 40.13%
B = 33.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#A6FED5 (or 0xA6FED5) is known color: Magic Mint. HEX triplet: A6, FE and D5. RGB value is (166,254,213). Sum of RGB (Red+Green+Blue) = 166+254+213=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FED5 is #59012A. Grayscale: #DFDFDF. Windows color (decimal): -5833003 or 14024358. OLE color: 14024358.

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

Color convert

RGB 166 254 213 -
CMYK 0.35 0 0.16 0.00
HSL 152.05º 0.98% 0.82% -
HSV(B) 152.05º 0.35% 1% -
XYZ 63.18 83.79 75.79 -
YUV 223.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 166 254 213 0.35 0 0.16 0.00 152.05 0.98 0.82
Hex A6 FE D5 23 0 10 0 98 62 52
Octal 246 376 325 43 0 20 0 230 142 122
Binary 10100110 11111110 11010101 100011 0 10000 0 10011000 1100010 1010010

Color Harmonies of #A6FED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FED5

Black with #A6FED5

Text Example


Text Example

White with #A6FED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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