#A8F5D4

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

Shades of Magic Mint #A8F5D4

Tints of Magic Mint #A8F5D4

Color information

#A8F5D4 (or 0xA8F5D4) is unknown color: approx Magic Mint. HEX triplet: A8, F5 and D4. RGB value is (168,245,212). Sum of RGB (Red+Green+Blue) = 168+245+212=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F5D4 is #570A2B. Grayscale: #DADADA. Windows color (decimal): -5704236 or 13956520. OLE color: 13956520.

HSL color Cylindrical-coordinate representation of color #A8F5D4: hue angle of 154.29º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5D4 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB168245212-
CMYK0.3100.130.04
HSL154.29º79.38%80.98%-
HSV(B)154.29º31.43%96.08%-
XYZ60.6878.3874.22-
YUV218.22124.4992.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.88%
GREEN value IS 245 (96.09% from 255) = 39.2%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=26.88%
G=39.2%
B=33.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682452120.3100.130.04154.2979.3880.98
HexA8F5D41F0D49a4f51
Octal250365324370154232117121
Binary10101000111101011101010011111011011001001101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F5D4; }

 p { color: rgb(168,245,212); }

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

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

 a { background-color: rgb(168,245,212); }

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

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

 span { border-color: rgb(168,245,212); }

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