#A8FDC7

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

Shades of Magic Mint #A8FDC7

Tints of Magic Mint #A8FDC7

Color information

#A8FDC7 (or 0xA8FDC7) is unknown color: approx Magic Mint. HEX triplet: A8, FD and C7. RGB value is (168,253,199). Sum of RGB (Red+Green+Blue) = 168+253+199=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDC7 is #570238. Grayscale: #DDDDDD. Windows color (decimal): -5702201 or 13106600. OLE color: 13106600.

HSL color Cylindrical-coordinate representation of color #A8FDC7: hue angle of 141.88º 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 #A8FDC7 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB168253199-
CMYK0.3400.210.01
HSL141.88º95.51%82.55%-
HSV(B)141.88º33.6%99.22%-
XYZ61.5882.766.75-
YUV221.43115.3489.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.10%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 199 (78.12% from 255) = 32.10%
R=27.10%
G=40.81%
B=32.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682531990.3400.210.01141.8895.5182.55
HexA8FDC72201518e6053
Octal250375307420251216140123
Binary10101000111111011100011110001001010111000111011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDC7; }

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

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

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

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

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

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

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

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