#A8FED2

Color #A8FED2 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A8FED2

Tints of Magic Mint #A8FED2

Color information

#A8FED2 (or 0xA8FED2) is unknown color: approx Magic Mint. HEX triplet: A8, FE and D2. RGB value is (168,254,210). Sum of RGB (Red+Green+Blue) = 168+254+210=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FED2 is #57012D. Grayscale: #DFDFDF. Windows color (decimal): -5701934 or 13827752. OLE color: 13827752.

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

Color convert

RGB168254210-
CMYK0.3400.170.00
HSL149.3º97.73%82.75%-
HSV(B)149.3º33.86%99.61%-
XYZ63.2283.8673.83-
YUV223.27120.5188.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.58%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 210 (82.42% from 255) = 33.23%
R=26.58%
G=40.19%
B=33.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682542100.3400.170.00149.397.7382.75
HexA8FED2220110956253
Octal250376322420210225142123
Binary10101000111111101101001010001001000101001010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FED2; }

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

 H1.HeaderClassName
 {
   color: #A8FED2;
 }
 .AnyTagClassName
 {
   color: #A8FED2;
 }
</style>
background-color css

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

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

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

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

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

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