#A8FCC6

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

Shades of Magic Mint #A8FCC6

Tints of Magic Mint #A8FCC6

Color information

#A8FCC6 (or 0xA8FCC6) is unknown color: approx Magic Mint. HEX triplet: A8, FC and C6. RGB value is (168,252,198). Sum of RGB (Red+Green+Blue) = 168+252+198=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCC6 is #570339. Grayscale: #DCDCDC. Windows color (decimal): -5702458 or 13040808. OLE color: 13040808.

HSL color Cylindrical-coordinate representation of color #A8FCC6: hue angle of 141.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCC6 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB168252198-
CMYK0.3300.210.01
HSL141.43º93.33%82.35%-
HSV(B)141.43º33.33%98.82%-
XYZ61.1582.0266.04-
YUV220.73115.1790.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.18%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=27.18%
G=40.78%
B=32.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682521980.3300.210.01141.4393.3382.35
HexA8FCC62101518d5d52
Octal250374306410251215135122
Binary10101000111111001100011010000101010111000110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCC6; }

 p { color: rgb(168,252,198); }

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

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

 a { background-color: rgb(168,252,198); }

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

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

 span { border-color: rgb(168,252,198); }

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