#A8FDC5

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

Shades of Magic Mint #A8FDC5

Tints of Magic Mint #A8FDC5

Color information

#A8FDC5 (or 0xA8FDC5) is unknown color: approx Magic Mint. HEX triplet: A8, FD and C5. RGB value is (168,253,197). Sum of RGB (Red+Green+Blue) = 168+253+197=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDC5 is #57023A. Grayscale: #DDDDDD. Windows color (decimal): -5702203 or 12975528. OLE color: 12975528.

HSL color Cylindrical-coordinate representation of color #A8FDC5: hue angle of 140.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDC5 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB168253197-
CMYK0.3400.220.01
HSL140.47º95.51%82.55%-
HSV(B)140.47º33.6%99.22%-
XYZ61.3582.6165.53-
YUV221.2114.3490.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.18%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 197 (77.34% from 255) = 31.88%
R=27.18%
G=40.94%
B=31.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682531970.3400.220.01140.4795.5182.55
HexA8FDC52201618c6053
Octal250375305420261214140123
Binary10101000111111011100010110001001011011000110011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDC5; }

 p { color: rgb(168,253,197); }

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

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

 a { background-color: rgb(168,253,197); }

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

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

 span { border-color: rgb(168,253,197); }

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