#A8FAC3

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

Shades of Magic Mint #A8FAC3

Tints of Magic Mint #A8FAC3

Color information

#A8FAC3 (or 0xA8FAC3) is unknown color: approx Magic Mint. HEX triplet: A8, FA and C3. RGB value is (168,250,195). Sum of RGB (Red+Green+Blue) = 168+250+195=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAC3 is #57053C. Grayscale: #DBDBDB. Windows color (decimal): -5702973 or 12843688. OLE color: 12843688.

HSL color Cylindrical-coordinate representation of color #A8FAC3: hue angle of 139.76º 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 #A8FAC3 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB168250195-
CMYK0.3300.220.02
HSL139.76º89.13%81.96%-
HSV(B)139.76º32.8%98.04%-
XYZ60.1880.6464.02-
YUV219.21114.3391.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.41%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=27.41%
G=40.78%
B=31.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682501950.3300.220.02139.7689.1381.96
HexA8FAC32101628c5952
Octal250372303410262214131122
Binary101010001111101011000011100001010110101000110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAC3; }

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

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

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

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

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

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

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

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