#A8FAD2

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

Shades of Magic Mint #A8FAD2

Tints of Magic Mint #A8FAD2

Color information

#A8FAD2 (or 0xA8FAD2) is unknown color: approx Magic Mint. HEX triplet: A8, FA and D2. RGB value is (168,250,210). Sum of RGB (Red+Green+Blue) = 168+250+210=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAD2 is #57052D. Grayscale: #DDDDDD. Windows color (decimal): -5702958 or 13826728. OLE color: 13826728.

HSL color Cylindrical-coordinate representation of color #A8FAD2: hue angle of 150.73º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAD2 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB168250210-
CMYK0.3300.160.02
HSL150.73º89.13%81.96%-
HSV(B)150.73º32.8%98.04%-
XYZ61.9781.3573.41-
YUV220.92121.8390.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.75%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=26.75%
G=39.81%
B=33.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682502100.3300.160.02150.7389.1381.96
HexA8FAD2210102975952
Octal250372322410202227131122
Binary101010001111101011010010100001010000101001011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAD2; }

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

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

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

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

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

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

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

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